Skip to main content
POST
/
external
/
contacts
/
unlock-phone
Unlock contact phone numbers
curl --request POST \
  --url https://platform.lensmor.com/external/contacts/unlock-phone \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "personnel_ids": [
    "<string>"
  ],
  "event_id": "<string>"
}
'
{
  "status": "<string>",
  "task_id": "<string>",
  "job_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-call-source
enum<string>
Available options:
api,
agent

Body

application/json
personnel_ids
string[]
required
Required array length: 1 - 100 elements
event_id
string
required
Required string length: 1 - 100

Response

Phone unlock task accepted

status
string
required
Allowed value: "accepted"
task_id
string
required
job_id
string
required