Skip to content

API docs

Operately API provides HTTP endpoints for querying and mutating Operately resources.

  • Every endpoint is authenticated with an API token.
  • Use the header Authorization: Bearer <token>.
  • Queries are read operations (GET).
  • Mutations are write operations (POST).
  • Read-only tokens cannot execute mutations and return 403.

Endpoint Namespaces#

NamespaceQueriesMutationsTotal
Goals42226
Project discussions224
Project milestones167
Projects51015
Spaces437
Tasks1910

Other Endpoints#

These endpoints do not belong to a namespace and are available directly under /help/api/*.

EndpointMethodTypePath
acknowledge_goal_progress_updatePOSTmutation/api/external/v1/acknowledge_goal_progress_update
acknowledge_project_check_inPOSTmutation/api/external/v1/acknowledge_project_check_in
add_companyPOSTmutation/api/external/v1/add_company
add_company_adminsPOSTmutation/api/external/v1/add_company_admins
add_company_memberPOSTmutation/api/external/v1/add_company_member
add_key_resourcePOSTmutation/api/external/v1/add_key_resource
add_project_contributorPOSTmutation/api/external/v1/add_project_contributor
add_project_contributorsPOSTmutation/api/external/v1/add_project_contributors
add_reactionPOSTmutation/api/external/v1/add_reaction
add_space_membersPOSTmutation/api/external/v1/add_space_members
archive_messagePOSTmutation/api/external/v1/archive_message
change_goal_parentPOSTmutation/api/external/v1/change_goal_parent
close_goalPOSTmutation/api/external/v1/close_goal
close_projectPOSTmutation/api/external/v1/close_project
convert_company_member_to_guestPOSTmutation/api/external/v1/convert_company_member_to_guest
copy_resource_hub_folderPOSTmutation/api/external/v1/copy_resource_hub_folder
create_commentPOSTmutation/api/external/v1/create_comment
create_goalPOSTmutation/api/external/v1/create_goal
create_goal_discussionPOSTmutation/api/external/v1/create_goal_discussion
create_projectPOSTmutation/api/external/v1/create_project
create_resource_hubPOSTmutation/api/external/v1/create_resource_hub
create_resource_hub_documentPOSTmutation/api/external/v1/create_resource_hub_document
create_resource_hub_filePOSTmutation/api/external/v1/create_resource_hub_file
create_resource_hub_folderPOSTmutation/api/external/v1/create_resource_hub_folder
create_resource_hub_linkPOSTmutation/api/external/v1/create_resource_hub_link
create_spacePOSTmutation/api/external/v1/create_space
delete_commentPOSTmutation/api/external/v1/delete_comment
delete_goalPOSTmutation/api/external/v1/delete_goal
delete_resource_hub_documentPOSTmutation/api/external/v1/delete_resource_hub_document
delete_resource_hub_filePOSTmutation/api/external/v1/delete_resource_hub_file
delete_resource_hub_folderPOSTmutation/api/external/v1/delete_resource_hub_folder
delete_resource_hub_linkPOSTmutation/api/external/v1/delete_resource_hub_link
delete_spacePOSTmutation/api/external/v1/delete_space
edit_commentPOSTmutation/api/external/v1/edit_comment
edit_companyPOSTmutation/api/external/v1/edit_company
edit_company_members_permissionsPOSTmutation/api/external/v1/edit_company_members_permissions
edit_discussionPOSTmutation/api/external/v1/edit_discussion
edit_goal_discussionPOSTmutation/api/external/v1/edit_goal_discussion
edit_goal_progress_updatePOSTmutation/api/external/v1/edit_goal_progress_update
edit_key_resourcePOSTmutation/api/external/v1/edit_key_resource
edit_parent_folder_in_resource_hubPOSTmutation/api/external/v1/edit_parent_folder_in_resource_hub
edit_project_check_inPOSTmutation/api/external/v1/edit_project_check_in
edit_project_namePOSTmutation/api/external/v1/edit_project_name
edit_project_permissionsPOSTmutation/api/external/v1/edit_project_permissions
edit_project_retrospectivePOSTmutation/api/external/v1/edit_project_retrospective
edit_resource_hub_documentPOSTmutation/api/external/v1/edit_resource_hub_document
edit_resource_hub_filePOSTmutation/api/external/v1/edit_resource_hub_file
edit_resource_hub_linkPOSTmutation/api/external/v1/edit_resource_hub_link
edit_spacePOSTmutation/api/external/v1/edit_space
edit_space_members_permissionsPOSTmutation/api/external/v1/edit_space_members_permissions
edit_space_permissionsPOSTmutation/api/external/v1/edit_space_permissions
edit_subscriptions_listPOSTmutation/api/external/v1/edit_subscriptions_list
get_accountGETquery/api/external/v1/get_account
get_activitiesGETquery/api/external/v1/get_activities
get_activityGETquery/api/external/v1/get_activity
get_assignmentsGETquery/api/external/v1/get_assignments
get_assignments_countGETquery/api/external/v1/get_assignments_count
get_binded_peopleGETquery/api/external/v1/get_binded_people
get_commentsGETquery/api/external/v1/get_comments
get_companiesGETquery/api/external/v1/get_companies
get_companyGETquery/api/external/v1/get_company
get_discussionGETquery/api/external/v1/get_discussion
get_discussionsGETquery/api/external/v1/get_discussions
get_flat_work_mapGETquery/api/external/v1/get_flat_work_map
get_goalGETquery/api/external/v1/get_goal
get_goal_progress_updateGETquery/api/external/v1/get_goal_progress_update
get_goalsGETquery/api/external/v1/get_goals
get_key_resourceGETquery/api/external/v1/get_key_resource
get_meGETquery/api/external/v1/get_me
get_milestoneGETquery/api/external/v1/get_milestone
get_notificationsGETquery/api/external/v1/get_notifications
get_peopleGETquery/api/external/v1/get_people
get_personGETquery/api/external/v1/get_person
get_projectGETquery/api/external/v1/get_project
get_project_check_inGETquery/api/external/v1/get_project_check_in
get_project_check_insGETquery/api/external/v1/get_project_check_ins
get_project_contributorGETquery/api/external/v1/get_project_contributor
get_project_retrospectiveGETquery/api/external/v1/get_project_retrospective
get_projectsGETquery/api/external/v1/get_projects
get_resource_hubGETquery/api/external/v1/get_resource_hub
get_resource_hub_documentGETquery/api/external/v1/get_resource_hub_document
get_resource_hub_fileGETquery/api/external/v1/get_resource_hub_file
get_resource_hub_folderGETquery/api/external/v1/get_resource_hub_folder
get_resource_hub_linkGETquery/api/external/v1/get_resource_hub_link
get_spaceGETquery/api/external/v1/get_space
get_spacesGETquery/api/external/v1/get_spaces
get_taskGETquery/api/external/v1/get_task
get_tasksGETquery/api/external/v1/get_tasks
get_unread_notification_countGETquery/api/external/v1/get_unread_notification_count
get_work_mapGETquery/api/external/v1/get_work_map
global_searchGETquery/api/external/v1/global_search
grant_resource_accessPOSTmutation/api/external/v1/grant_resource_access
invite_guestPOSTmutation/api/external/v1/invite_guest
is_subscribed_to_resourceGETquery/api/external/v1/is_subscribed_to_resource
join_spacePOSTmutation/api/external/v1/join_space
list_goal_contributorsGETquery/api/external/v1/list_goal_contributors
list_possible_managersGETquery/api/external/v1/list_possible_managers
list_resource_hub_nodesGETquery/api/external/v1/list_resource_hub_nodes
list_space_toolsGETquery/api/external/v1/list_space_tools
list_task_assignable_peopleGETquery/api/external/v1/list_task_assignable_people
mark_all_notifications_as_readPOSTmutation/api/external/v1/mark_all_notifications_as_read
mark_notification_as_readPOSTmutation/api/external/v1/mark_notification_as_read
mark_notifications_as_readPOSTmutation/api/external/v1/mark_notifications_as_read
move_project_to_spacePOSTmutation/api/external/v1/move_project_to_space
move_taskPOSTmutation/api/external/v1/move_task
pause_projectPOSTmutation/api/external/v1/pause_project
post_discussionPOSTmutation/api/external/v1/post_discussion
post_goal_progress_updatePOSTmutation/api/external/v1/post_goal_progress_update
post_milestone_commentPOSTmutation/api/external/v1/post_milestone_comment
post_project_check_inPOSTmutation/api/external/v1/post_project_check_in
publish_discussionPOSTmutation/api/external/v1/publish_discussion
publish_resource_hub_documentPOSTmutation/api/external/v1/publish_resource_hub_document
remove_company_adminPOSTmutation/api/external/v1/remove_company_admin
remove_company_memberPOSTmutation/api/external/v1/remove_company_member
remove_company_ownerPOSTmutation/api/external/v1/remove_company_owner
remove_company_trusted_email_domainPOSTmutation/api/external/v1/remove_company_trusted_email_domain
remove_group_memberPOSTmutation/api/external/v1/remove_group_member
remove_key_resourcePOSTmutation/api/external/v1/remove_key_resource
remove_project_contributorPOSTmutation/api/external/v1/remove_project_contributor
remove_reactionPOSTmutation/api/external/v1/remove_reaction
rename_resource_hub_folderPOSTmutation/api/external/v1/rename_resource_hub_folder
reopen_goalPOSTmutation/api/external/v1/reopen_goal
restore_company_memberPOSTmutation/api/external/v1/restore_company_member
resume_projectPOSTmutation/api/external/v1/resume_project
search_peopleGETquery/api/external/v1/search_people
search_potential_space_membersGETquery/api/external/v1/search_potential_space_members
search_project_contributor_candidatesGETquery/api/external/v1/search_project_contributor_candidates
subscribe_to_notificationsPOSTmutation/api/external/v1/subscribe_to_notifications
unsubscribe_from_notificationsPOSTmutation/api/external/v1/unsubscribe_from_notifications
update_profilePOSTmutation/api/external/v1/update_profile
update_profile_picturePOSTmutation/api/external/v1/update_profile_picture
update_project_contributorPOSTmutation/api/external/v1/update_project_contributor
update_project_descriptionPOSTmutation/api/external/v1/update_project_description
update_themePOSTmutation/api/external/v1/update_theme