Skip to main content
GET
/
workspaces
Get Workspaces
curl --request GET \
  --url https://api.gan.ai/workspaces \
  --header 'Authorization: Bearer <token>'
{
  "workspaces": []
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

workspaces
WorkspaceResponse · object[]