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

Documentation Index

Fetch the complete documentation index at: https://developer.gptmaker.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

Lista de workspaces

id
string

ID do workspace

name
string

Nome do workspace