cURL
curl --request GET \ --url https://api.human.prod.artistree.io/v1/organizations/{organization_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "date_created": "<string>", "avatar_url": "<string>", "org_admins": [ "<string>" ], "app_clients": [ { "client_id": "<string>", "client_secret": "<string>", "creation_timestamp": "<string>", "scopes": [ "<string>" ] } ] }
Returns your organization details.
{organization_id}
The access token received from the authorization server in the OAuth 2.0 flow.
36
Organization details
Show child attributes