cURL
curl --request GET \ --url https://eu-gcp-api.vg-stuff.com/v3/orgs \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": [ {} ], "total": 123, "totalPages": 123, "currentPage": 123 }
Retrieve a list of all organizations the authenticated user has access to
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Organizations retrieved successfully
The response is of type object.
object