cURL
curl --request GET \ --url https://api.human.prod.artistree.io/v1/projects \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "date_created": "<string>", "members": [ { "email": "<string>", "role": "<string>" } ] } ]
Returns your organization projects.
The access token received from the authorization server in the OAuth 2.0 flow.
Organization projects
Show child attributes