/
TW
twin
/
Twin API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 16h ago · Updated 1d ago
Details
Filter operations
agents
4
api-keys
3
events
1
instructions
3
me
1
runs
4
schedules
6
webhooks
5
get
/v1/agents/{agent_id}/webhooks
post
/v1/agents/{agent_id}/webhooks
get
/v1/agents/{agent_id}/webhooks/{webhook_id}
delete
/v1/agents/{agent_id}/webhooks/{webhook_id}
patch
/v1/agents/{agent_id}/webhooks/{webhook_id}
workspaces
6
webhooks
patch
/v1/agents/{agent_id}/webhooks/{webhook_id}
Path parameters
agent_id
string
uuid
required
webhook_id
string
required
Request body
UpdateWebhookBody
required
events
string[]
nullable
status
string
nullable
url
string
nullable
Response
WebhookResponse
required
agent_id
string
uuid
required
created_at
string
required
events
string[]
required
status
string
required
updated_at
string
required
url
string
required
user_id
string
required
webhook_id
string
uuid
required
Changes