Skip to main content
POST
/
v1
/
verify
/
{app_id}
/
verifications
/
intent
Create verification with intent
curl --request POST \
  --url https://{defaultHost}/v1/verify/{app_id}/verifications/intent \
  --header 'X-Authorization: <api-key>'
{
  "verification_id": "<string>",
  "message": "<string>",
  "status": 200
}

Authorizations

X-Authorization
string
header
required

User Access token

Path Parameters

app_id
string
required

Application ID

Response

successful

verification_id
string
required

Unique identifier for the verification request

message
string
status
integer
Example:

200