Boards
Return boards accessible to owner of API token.
/api/v1/boards/
Get
You need to provide Authorization header with Bearer token or query string param:
curl -H 'Accept: application/json'\
-H "Authorization: Bearer <API_TOKEN>"\
https://productroad.com/api/v1/boards/
Example response
[
{
"id": <BOARD_ID>,
"name": "💡 Feature Requests",
"url": "feature-requests"
},
...
]