cURL
curl --request GET \ --url https://kan.bn/api/v1/integrations/trello/boards \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>" } ]
Retrieves all boards from Trello
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object[].
object[]