Make a request »

SmsService.GetSmsRecipientsBySendQueueId

Retrieve SMS recipients (direct) See code examples


URL Parameters

Http verb: Get
URI: Full url: http://se.api.anpdm.com/sms/v2/recipients/{sendQueueId}
URL parameters:
sendQueueIdStringA Send Queue Identifier

Body parameters

Body parameters
Not used

Response

Body parameters
returns
List of SMS recipients where each item contains RecipientId, CountryCode, PhoneNumber and ExternalId.

Code Int32 The response Code.
Message String The response Message.
Result
The response Result.

SmsRecipient
SMS Recipient information

RecipientId Int64 Id of the recipient
CountryCode String Country code of the recipient's number
PhoneNumber String Phone number without country code part
ExternalId String Recipient External Identifier
Body Example


Help

Code examples