Trello Tokens

Manage API authentication tokens and webhooks

Integration Operations & Process Management Free ⭐ Featured ✓ Official

Requirements

The Tokens API handles API authentication tokens that grant applications access to Trello on behalf of users. You can retrieve token information, manage webhook subscriptions associated with tokens, and revoke tokens when needed. This API is crucial for managing application permissions, setting up real-time updates via webhooks, and implementing secure authentication flows in Trello integrations.

Includes:

    1. GET /tokens/{token}
- GET /tokens/{token}/member - GET /tokens/{token}/webhooks - POST /tokens/{token}/webhooks - GET /tokens/{token}/webhooks/{idWebhook} - PUT /tokens/{token}/webhooks/{idWebhook} - DELETE /tokens/{token}/webhooks/{idWebhook} - DELETE /tokens/{token}/

Tags: