POST
/
customers
/
{id}
/
verifications
curl --request POST \
  --url https://api-sandbox.lumx.io/customers/{id}/verifications \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header on the format Bearer <API_KEY>.

Path Parameters

id
string
required

Customer's unique identifier.

Response

202

Resource successfully started.