Configuration APIs
The Conversational Router has many underlying configurations. Described below are the APIs that can be used to inspect these configurations.
Endpoints
Retrieve BM webhook URL
Retrieve the BM webhook URL linked to the logical account.
Note: this endpoint requires the X-Cm-Accountguid
header to be present.
GET
to https://api.conversational.cm.com/conversational/channels/v1/logical-accounts/{LogicalAccountId}/webhook-url
Field | Description | Required |
---|---|---|
LogicalAccountId | The id of the logical account to which the Conversational Router instance belongs | Yes |
Updated 8 months ago