Python
Webhooks
Link Agents to Webhook
List agents linked to a webhook, or link new agents.
GET: List all agents linked to this webhook POST: Link one or more agents to this webhook
POST
Python
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Organization ID. This is required for access control. It can be provided via query or request body depending on the endpoint.
Body
application/json
Serializer for batch linking multiple agents to a webhook.
List of agent IDs to link to this webhook
Minimum array length:
1Response
201 - application/json
Serializer for batch linking multiple agents to a webhook.
List of agent IDs to link to this webhook
Minimum array length:
1