Skip to main content
POST
/
v1
/
crm
/
leads
/
{leadId}
/
clear
/
sessions
Create Verification Session
curl --request POST \
  --url https://api.example.com/v1/crm/leads/{leadId}/clear/sessions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "redirectUrl": "<string>"
}
'
{
  "token": "<string>",
  "sessionId": "<string>",
  "verificationUrl": "<string>"
}

Authorizations

Authorization
string
header
required

Enter token in following format: Bearer

Path Parameters

leadId
string
required

Body

application/json
redirectUrl
string<uri>

Response

The created Clear verification session.

token
string
required
sessionId
string
required
verificationUrl
string
required