cURL
curl --request GET \ --url https://api.gptmaker.ai/v2/workspaces \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>" } ]
Lista os workspaces da conta
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Lista de workspaces
The response is of type object[].
object[]