Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 546 Bytes

Webhooks.md

File metadata and controls

28 lines (22 loc) · 546 Bytes

Trello Token Webhooks API

Get webhooks related to a given token

$api->tokens()->webhooks()->all(string $id, array $params)

Get a webhook

$api->tokens()->webhooks()->show(string $id, string $webhookId)

Create a webhook

$api->tokens()->webhooks()->create(string $id, array $params)

Update a webhook

$api->tokens()->webhooks()->update(string $id, array $params)

Remove a webhook

$api->tokens()->webhooks()->remove(string $id, string $webhookId)