Skip to main content

API calls for Atlassian Trello

The Atlassian Trello connector makes API calls to Trello to retrieve data.

Token

The call uses the GET operation to retrieve information about the token.

URI:https://api.trello.com/1/tokens/{token}

See Atlassian Trello API docs for more information.

Organization

The call uses the GET operation to retrieve an organization list.

URI:https://api.trello.com/1/organization/{organizationID}

See Atlassian Trello API docs for more information.

Members

The call uses the GET operation to retrieve a list of users.

URI:https://api.trello.com/1/organization/{organizationID}

See Atlassian Trello API docs for more information.

Member actions

The call uses the GET operation to retrieve a list users' actions with a batch request.

URI:https://api.trello.com/1/batch/?urls=/members/{userID}

See Atlassian Trello API docs for more information.