cURL
curl --request GET \ --url https://public-api.tryriot.com/v1/organization \ --header 'x-api-key: <api-key>'
{ "data": { "created_at": "2024-01-13T10:00:00.000000Z", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "updated_at": "2024-01-13T10:00:00.000000Z", "workspaces": [ { "created_at": "2024-01-13T10:00:00.000000Z", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "updated_at": "2024-01-13T10:00:00.000000Z" } ] } }
Returns the organization with its workspaces.
Scopes required:
Organization
The response is of type object.
object