v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Bulk Phone Number Campaigns

Get Phone Number Status

Check the status of the individual phone number/campaign assignments associated with the supplied taskId.

get/10dlc/phoneNumberAssignmentByProfile/{taskId}/phoneNumbers

Path parameters

taskIdstring required

Unique identifier of the task.

Query parameters

recordsPerPageinteger

Number of records to return per page.

pageinteger

Page number to retrieve (1-based).

Response

Successful Response

Example response

{
  "records": [
    {
      "phoneNumber": "+12024567890",
      "status": "pending",
      "taskId": "667a80f8-b0a9-49d0-b9ab-a7a1bcc45086"
    }
  ]
}