Skip to main content
GET
/
external
/
contacts
/
unlock-tasks
/
{taskId}
Get contact unlock task
curl --request GET \
  --url https://platform.lensmor.com/external/contacts/unlock-tasks/{taskId} \
  --header 'Authorization: Bearer <token>'
{
  "taskId": "<string>",
  "items": [
    {
      "personnelId": "<string>",
      "email": "<string>",
      "errorCode": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

taskId
string
required

Response

Unlock task status

taskId
string
required
taskStatus
enum<string>
required
Available options:
pending,
processing,
completed,
failed
items
object[]
required