Agents
Fetches an agent by API key. The response includes the agent details.
Custom authentication header
Successfully retrieved the agent.
Invalid API key or secret key. Ensure that you are using a valid authentication key.
Agent not found.
Unexpected error occurred while processing the request. Please try again later.
Fetches an agent statistic by API key. The response includes the agent statistic.
Custom authentication header
Start date of statistics calculation.
2024-03-20T12:00:00ZEnd date of statistics calculation.
2024-03-20T12:00:00ZSuccessfully retrieved the agent statistic.
Invalid API key or secret key. Ensure that you are using a valid authentication key.
Agent not found.
Unexpected error occurred while processing the request. Please try again later.
Creates a new webhook for the agent identified by the API key.
Custom authentication header
Title of the webhook
My WebhookDescription of the webhook
This webhook is triggered when a message is receivedURL where the webhook will be sent
https://api.example.com/webhookCondition that triggers the webhook
each_messagePossible values: Optional headers to be sent with the webhook
{"Authorization":"Bearer token"}Successfully created the webhook.
Invalid API key or secret key. Ensure that you are using a valid authentication key.
Agent not found.
Unexpected error occurred while processing the request. Please try again later.
Last updated

