POST /api/v2/callback/validate
Performs a dry-run of creating a callback request, without adding it to the call center queue.
This performs the same validation logic as when actually enqueuing a callback request, allowing early identification of problems which would prevent a successful callback request.
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 |
---|---|---|---|
call_center_id |
Integer | No |
The ID of a call center that will be used to fulfill the callback. |
phone_number |
String | No |
The e164-formatted number to call back |
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.