Skip to main content
POST
/
customers
/
{id}
/
verifications
Start a verification
curl --request POST \
  --url https://api.lumx.io/customers/{id}/verifications \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Bearer authentication header on the format Bearer <API_KEY>.

Headers

Idempotency-Key
string<uuid>

Optional UUID v4 idempotency key. If you resend the same key with a different request body, the API returns a 409 error. Cached responses include the header X-Idempotency-Cached: true. Keys expire after 24 hours.

Path Parameters

id
string<uuid>
required

Customer's unique identifier.

Response

201 - application/json

Verification successfully started.

id
string<uuid>

Verification's unique identifier.