curl \
--request POST 'http://api.example.com/actions/user/notifications/mark-all-as-read' \
--header "Authorization: $API_KEY"
POST
/auth/register
curl \
--request POST 'http://api.example.com/auth/register' \
--header "Authorization: $API_KEY"
GET
/data/assets/{asset_id}/shot-asset-instances
curl \
--request GET 'http://api.example.com/data/assets/{asset_id}/shot-asset-instances' \
--header "Authorization: $API_KEY"
POST
/actions/projects/{project_id}/assets/share
curl \
--request POST 'http://api.example.com/actions/projects/{project_id}/assets/share' \
--header "Authorization: $API_KEY"
POST
/data/projects
curl \
--request POST 'http://api.example.com/data/projects' \
--header "Authorization: $API_KEY"
GET
/data/status-automations/{instance_id}
curl \
--request GET 'http://api.example.com/data/status-automations/{instance_id}' \
--header "Authorization: $API_KEY"
DELETE
/data/metadata-descriptors/{instance_id}
curl \
--request DELETE 'http://api.example.com/data/metadata-descriptors/{instance_id}' \
--header "Authorization: $API_KEY"
GET
/data/chat-messages/
curl \
--request GET 'http://api.example.com/data/chat-messages/' \
--header "Authorization: $API_KEY"
DELETE
/data/preview-background-files/{instance_id}
curl \
--request DELETE 'http://api.example.com/data/preview-background-files/{instance_id}' \
--header "Authorization: $API_KEY"
POST
/data/studios
curl \
--request POST 'http://api.example.com/data/studios' \
--header "Authorization: $API_KEY"
GET
/data/plugins/{instance_id}
curl \
--request GET 'http://api.example.com/data/plugins/{instance_id}' \
--header "Authorization: $API_KEY"
GET
/data/projects/{project_id}/edits
curl \
--request GET 'http://api.example.com/data/projects/{project_id}/edits' \
--header "Authorization: $API_KEY"
GET
/data/entities/{entity_id}/news
curl \
--request GET 'http://api.example.com/data/entities/{entity_id}/news' \
--header "Authorization: $API_KEY"
GET
/data/projects/{project_id}/output-files
curl \
--request GET 'http://api.example.com/data/projects/{project_id}/output-files' \
--header "Authorization: $API_KEY"
POST
/import/shotgun/sequences
curl \
--request POST 'http://api.example.com/import/shotgun/sequences' \
--header "Authorization: $API_KEY"
POST
/import/shotgun/remove/project
curl \
--request POST 'http://api.example.com/import/shotgun/remove/project' \
--header "Authorization: $API_KEY"
GET
/status/influx
curl \
--request GET 'http://api.example.com/status/influx' \
--header "Authorization: $API_KEY"
GET
/config
curl \
--request GET 'http://api.example.com/config' \
--header "Authorization: $API_KEY"
GET
/data/projects/{project_id}/news
curl \
--request GET 'http://api.example.com/data/projects/{project_id}/news' \
--header "Authorization: $API_KEY"
GET
/data/persons/{person_id}/day-offs/{date}
curl \
--request GET 'http://api.example.com/data/persons/{person_id}/day-offs/{date}' \
--header "Authorization: $API_KEY"
GET
/data/persons/{person_id}/day-offs
curl \
--request GET 'http://api.example.com/data/persons/{person_id}/day-offs' \
--header "Authorization: $API_KEY"
GET
/data/playlists/{playlist_id}/jobs/{build_job_id}/build/mp4
curl \
--request GET 'http://api.example.com/data/playlists/{playlist_id}/jobs/{build_job_id}/build/mp4' \
--header "Authorization: $API_KEY"
GET
/pictures/thumbnails/organisations/{instance_id}.png
curl \
--request GET 'http://api.example.com/pictures/thumbnails/organisations/{instance_id}.png' \
--header "Authorization: $API_KEY"
GET
/data/scenes/{scene_id}/task-types
curl \
--request GET 'http://api.example.com/data/scenes/{scene_id}/task-types' \
--header "Authorization: $API_KEY"
GET
/data/tasks/{task_id}/full
curl \
--request GET 'http://api.example.com/data/tasks/{task_id}/full' \
--header "Authorization: $API_KEY"
GET
/data/user/assets/{asset_id}/task-types
curl \
--request GET 'http://api.example.com/data/user/assets/{asset_id}/task-types' \
--header "Authorization: $API_KEY"
POST
/actions/user/notifications/mark-all-as-read
DELETE
/data/entities/{entity_id}/chat/messages/{chat_message_id}
curl \
--request DELETE 'http://api.example.com/data/entities/{entity_id}/chat/messages/{chat_message_id}' \
--header "Authorization: $API_KEY"
GET
/data/projects/{project_id}/concepts
curl \
--request GET 'http://api.example.com/data/projects/{project_id}/concepts' \
--header "Authorization: $API_KEY"