cURL
curl --request GET \ --url https://api.embedreach.com/partner/channel/integrations
{ "success": true, "message": "<string>", "data": { "results": [ { "id": "<string>", "channel_provider": "reach-managed", "channel_integration_type": "email", "created_at": "<string>", "channel_integration_metadata": { "type": "reach-managed", "customDomainEnabled": true, "awsCustomDomainInfo": null }, "name": "<string>" } ], "pagination": { "hasNextPage": true, "cursor": "<string>", "total": 123 } } }
List all channel integrations for a business
Documentation IndexFetch the complete documentation index at: https://docs.embedreach.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.embedreach.com/llms.txt
Use this file to discover all available pages before exploring further.
The cursor to start from
The limit of items to return, default is 100
Status 200 response
Show child attributes