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": "<unknown>"
},
"name": "<string>"
}
],
"pagination": {
"hasNextPage": true,
"total": 123,
"cursor": "<string>"
}
}
}List all channel integrations for a business
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": "<unknown>"
},
"name": "<string>"
}
],
"pagination": {
"hasNextPage": true,
"total": 123,
"cursor": "<string>"
}
}
}The cursor to start from
The limit of items to return, default is 100
Status 200 response
Show child attributes
Show child attributes
The id of the channel integration
reach-managed, reach-managed-ses, reach-managed-sms, twilio email, sms The creation timestamp
The metadata for the channel integration
Show child attributes
The name of the channel integration