GET
/
workspace
/
trello
/
{workspaceId}
/
boards
curl --request GET \
  --url https://api.hyra.io/workspace/trello/{workspaceId}/boards \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "background": {
      "color": "<string>",
      "brightness": "<string>",
      "image": "<string>"
    }
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required

Response

200 - application/json
Default Response
id
string
required
name
string
required
background
object
required