Check contact unlock status
Check aggregate and per-person progress for a contact email unlock request. Use this endpoint afterPOST /external/contacts/unlock returns a task_id.
Endpoint
GET /external/contacts/unlock-tasks/:taskId
Authentication
See AuthenticationSuccess status code
200 OK
Path parameters
| Name | Required | Type | Notes |
|---|---|---|---|
taskId | Yes | string | Task identifier returned by POST /external/contacts/unlock. |
Response example
Error responses
401 Unauthorized404 Not Found
Notes
taskStatusis the aggregate batch status:pending,processing,completed, orfailed.emailis returned only for items whosestatusisunlocked.