GET
/
v2
/
workspaces
curl --request GET \
  --url https://api.gptmaker.ai/v2/workspaces \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200
application/json
Lista de workspaces
id
string

ID do workspace

name
string

Nome do workspace