GET
/
metadata
/
v1
/
board
List Boards
curl --request GET \
  --url https://api-staging.crazygoldfish.com/metadata/v1/board \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "baf36573-d049-4636-9c4b-bc9cda6270fe",
    "name": "CBSE"
  }
]

Authorizations

Authorization
string
header
required

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

Response

A list of boards.

id
string

Unique identifier for the board.

name
string

Name of the board.