This endpoint returns a list of all boards that you can access with your API key.
Query Parameters
Your API key for authentication
Response
List of your available boards
Unique identifier for each board
Display name of the board
{
"data": [
{
"name": "Bronze Jackal",
"id": "quiet-dream-jtMud"
},
{
"name": "Olive Mastodon",
"id": "tender-waterfall-dDa2B"
},
{
"name": "Magenta Smelt",
"id": "winter-frost-CJk4G"
}
]
}
{
"error": "Unauthorized"
}