Auth Get identity verification status
GET
/auth/v2/verify/status

Authentication

Bearer Token (BearerAuth)

Responses

200
Verification status

Response Fields:

  • status (string)

  • attempts (integer)

  • maxAttempts (integer)

  • expiresAt (string)

  • verifiedAt (string)

  • country (string)

  • addressLine1 (string)

  • addressLine2 (string)

  • city (string)

  • state (string)

  • postalCode (string)

  • nationality (string)

Example:

{
  "status": "string",
  "attempts": 0,
  "maxAttempts": 0,
  "expiresAt": "string",
  "verifiedAt": "string",
  "country": "string",
  "addressLine1": "string",
  "addressLine2": "string",
  "city": "string",
  "state": "string",
  "postalCode": "string",
  "nationality": "string"
}