List phone numbers assigned to a 10DLC campaign.
cURL
curl --request GET \ --url https://api.zavu.dev/v1/10dlc/campaigns/{campaignId}/phone-numbers \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "campaignId": "<string>", "phoneNumberId": "<string>", "status": "pending", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "failureReason": "<string>", "assignedAt": "2023-11-07T05:31:56Z" } ], "nextCursor": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
10DLC campaign ID.
List of phone number assignments.
Show child attributes