Get Senders
Gets senders.
GET https://api.cm.com/messages/v1/accounts/{accountId}/senders
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | accountId required | The accountId. | string (uuid) |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 | OK | < CM.Platform.Campaigns.Models.ApiSenderPresetResponse > array |
Example HTTP request
Request path
https://api.cm.com/messages/v1/accounts/string/senders
Example HTTP response
Response 200
[ {
"id" : "00000000-0000-0000-0000-000000000000",
"isFavorite" : true,
"name" : "string",
"senders" : {
"string" : "string"
}
} ]
Updated about 2 years ago