GET
/
ai
/
v1
/
board
List Boards
curl --request GET \
  --url https://api-staging.crazygoldfish.com/ai/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

200
application/json

A list of boards.

The response is of type object[].