cURL
curl --request GET \ --url https://api.embedreach.com/api/channel/senders
{ "success": true, "message": "<string>", "data": { "results": [ { "id": "<string>", "name": "<string>", "channelAccountId": "<string>", "channelSenderMetadata": { "type": "email", "userPart": "<string>", "emailReplyTo": "<string>", "from": "<string>", "messageServiceSid": "<string>", "emailFromName": "<string>", "baseDomain": "<string>", "friendlyName": "<string>" } } ], "pagination": { "hasNextPage": true, "total": 123, "cursor": "<string>" } } }
List all channel senders for a business
If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.
The cursor to start from
The limit of items to return, default is 100
Status 200 response
Show child attributes