POST /api/v2/subscriptions/changelog
Creates a change log event subscription for your company. An endpoint_id is required so that we know to which url the events shall be sent.
See https://developers.dialpad.com/docs/change-log-events for details on how change log events work, including the payload structure and payload examples.
Added on December 9th, 2022 for API v2.
Requires a company admin API key.
Requires scope: change_log
Rate limit: 1200 per minute.
Servers
- https://dialpad.com/
- https://sandbox.dialpad.com/
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
endpoint_id |
Integer | No |
The logging endpoint's ID, which is generated after creating a webhook or websocket successfully. |
enabled |
Boolean | No |
Whether or not the this change log event subscription is enabled. Default value: true |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.