POST /api/v2/any_channel/validate_token
Allowed For
- Admins
Request parameters
The POST request takes a JSON object parameter which contains the token to be validated.
Name | Type | Required | Comments |
---|---|---|---|
instance_push_id | string | yes | The ID of the account to which data will be pushed. This was passed to the integration service when the administrator set up the account |
request_id | string | no | A unique identifier for the push request |
Response format
The response body is empty.
Servers
- https://{subdomain}.{domain}.com
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.