Rate this page:
GET /1/batch
Make up to 10 GET requests in a single, batched API call.
string
The API key to use
^[0-9a-fA-F]{32}$
string
The API token to use
^[0-9a-fA-F]{64}$
string
A list of API routes. Maximum of 10 routes allowed. The routes should begin with a forward slash and should not include the API version number - e.g. "urls=/members/trello,/cards/cardId"
1 2
curl --request GET \
--url 'https://api.trello.com/1/batch?key=0471642aefef5fa1fa76530ce1ba4c85&token=9eb76d9a9d02b8dd40c2f3e5df18556c831d4d1fadbe2c45f8310e6c93b5c548&urls={urls}'
Success
A schema has not been defined for this response code.
Rate this page: