Skip to main content
GET
/
auth
/
check
/
{identity}
{
  "statusCode": 200,
  "message": "Get user status successfully",
  "data": {
    "xignatureId": "pandusep2508",
    "email": "pandu.septian@xignature.co.id",
    "phone": "628577864780811",
    "user": {
      "status": "active",
      "description": "User is active"
    },
    "certificate": {
      "status": "active",
      "description": "Certificate is active"
    }
  }
}

Path Parameters

identity
integer
required

Query Parameters

fullname
string

Optional for checking match score name

Response

200 - application/json

Check User Status

statusCode
integer
message
string
data
object
I