GET
/
customers
/
{id}
/
verifications
curl --request GET \
  --url https://api-sandbox.lumx.io/customers/{id}/verifications \
  --header 'Authorization: Bearer <token>'
{
  "customerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "temporary_rejection",
  "level": "standard",
  "statusReason": {
    "rejectLabels": [
      "screenshot",
      "unsatisfactory_photos"
    ],
    "rejectSubLabels": [
      "proofOfAddress_listOfDocs",
      "badPhoto",
      "proofOfAddress",
      "differentDocs",
      "badPhoto_screenshot"
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header on the format Bearer <API_KEY>.

Path Parameters

id
string
required

Customer's unique identifier.

Response

200 - application/json
Resource successfully retrieved.

The response is of type object.