cURL
curl --request GET \ --url https://eu-cloudflare.vg-stuff.com/orgs/{orgId}/clients \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": "<array>", "total": 123, "totalPages": 123, "currentPage": 123 }
Retrieve a list of clients (workspaces) belonging to a specific organization
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response