Skip to main content
POST
Python

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhook_id
string<uuid>
required

Query Parameters

organization_id
string<uuid>

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.

agent_ids
string<uuid>[]
required

List of agent IDs to link to this webhook

Minimum array length: 1

Response

201 - application/json

Serializer for batch linking multiple agents to a webhook.

agent_ids
string<uuid>[]
required

List of agent IDs to link to this webhook

Minimum array length: 1