GET
List boards
/boardsReturns a list of all boards (Kanban boards) accessible to the API key's organization.
Parameters
Query Parameters
| Name | Type | Description |
|---|---|---|
include_inactive | boolean | Include inactive boards Default: |
Code Examples
curl -X GET "https://api.qamaq.io/api/v1/boards" \
-H "Authorization: Bearer qmq_your_api_key"Responses
200List of boards
Response Body
{
boards:object[]total:integer}