cURL
curl --request GET \ --url https://api.human.prod.artistree.io/v1/projects/{project_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "date_created": "<string>", "members": [ { "email": "<string>", "role": "<string>" } ] }
Given a project Id return it’s details
The access token received from the authorization server in the OAuth 2.0 flow.
36
Organization project
Show child attributes