Get Senders

Gets senders.

GET https://api.cm.com/messages/v1/accounts/{accountId}/senders

Parameters

TypeNameDescriptionSchema
PathaccountId
required
The accountId.string (uuid)

Responses

HTTP CodeDescriptionSchema
200OK< 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"
  }
} ]