cURL
curl --request GET \ --url https://api.embedreach.com/api/channel/accounts
{ "success": true, "message": "<string>", "data": { "results": [ { "id": "<string>", "name": "<string>", "createdAt": "<string>", "channelIntegrationId": "<string>", "channelAccountMetadata": { "type": "reach-managed", "baseDomain": "<string>", "dkimVerified": true, "dmarcVerified": true, "verifiedReturnPath": true } } ], "pagination": { "hasNextPage": true, "total": 123, "cursor": "<string>" } } }
List all channel accounts 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