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