All categoriesAPIBoards API endpoint

Boards API endpoint

This endpoint returns the list of boards on your feedback portal.

Important: the list of boards available to the owner of the API token will be returned.

GET

curl -H 'Accept: application/json'\
-H "Authorization: Bearer <API_TOKEN>"\
https://productroad.com/api/v1/boards/

The list will be returned in the following form:

[
{
"id": <BOARD_ID>,
"name": "💡 Feature Requests",
"url": "feature-requests"
},
...
]