This endpoint reads a customer verification.
cURL
curl --request GET \ --url https://api-sandbox.lumx.io/customers/{id}/verifications \ --header 'Authorization: Bearer <token>'
200
Individual
{ "customerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "not_started", "level": "standard", "statusReason": { "rejectLabels": [ "screenshot", "unsatisfactory_photos" ], "documents": [ { "type": "passport", "status": "temporary_rejection", "comment": "Screenshots aren't accepted. Please upload a live photo of the document.", "rejectLabels": [ "screenshot", "unsatisfactory_photos" ] }, { "type": "utility_bill", "status": "temporary_rejection" } ] }}
Bearer authentication header on the format Bearer <API_KEY>.
Bearer <API_KEY>
Customer's unique identifier.
Resource successfully retrieved.
The response is of type object.
object