Developer
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Oct 31, 2025

Authorization

Clients authorize with the SCIM API by sending an OAuth 2-style Bearer token in the Authorization header with each request. This token can be obtained by a Trello enterprise admin user, logged into the Trello web client, at https://trello.com/enterprise/[enterpriseName]/token.

Tokens are generated to:

  • have one TokenPermission of type Enterprise or * and an idModel that corresponds to an enterprise that exists
  • have an idMember that is an admin of that Enterprise

The Authorization header can be in the Bearer form: Authorization: Bearer TRELLO_TOKEN

The Authorization token that is sent to Trello determines which enterprise's information will be returned. If you are the admin of multiple enterprises, you'll need a different token for each.

Rate this page: