cURL
curl --request GET \ --url https://eu-cloudflare.vg-stuff.com/workspaces \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "code": "<string>", "issues": [ { "message": "<string>" } ] }
Retrieves all workspaces accessible to the authenticated user, this route must use the new V3 endpoints.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response