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:
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: