Organizations
Manages organizations, projects and launch contexts
Last updated
Was this helpful?
Manages organizations, projects and launch contexts
Last updated
Was this helpful?
Experimental feature: this API is likely to change.
Updates the picture URL for an organization. A file is uploaded, transformed, and stored in Cloud Storage, with the resulting URL saved in the organization's record.
The ID of an organization
The shape of an organization
Retrieves all the projects associated with a specific organization, returning the list of projects the user has access to based on their permissions.
The ID of an organization
The data of all the projects in an organization
Retrieves details of a specific project within an organization. Access is controlled by read permissions on the project.
The ID of an organization
The ID of a project
The details for a project
Deletes a project and its associated resources. Requires write permissions for the project and its children.
The ID of an organization
The ID of a project
Default Response
No content
Creates a new organization.
The data to create an organization
The name of an organization
The details of the created organization
Creates a new api key for an organization.
The ID of an organization
Request body for creating a new API key
Response body for creating a new API key
Updates an existing api key for an organization.
The ID of an organization
Request body for updating an existing API key
Response body for updating an existing API key
Allows updating specific fields (like name or featured event) for an organization. It checks for write permissions before processing the request.
The ID of an organization
The data to update an organization
The name of an organization
Default Response
No content
Allows creating a new project within an organization. The user must have write permissions to the organization to successfully create the project.
The ID of an organization
The data to create a project
The name of the project
The details of the created project
Updates a projectโs attributes, such as the project name. The user needs write permissions on the project to make changes.
The ID of an organization
The ID of a project
The data to update a project
The name of the project
The details of the updated project
The ID of an organization
The data to create a webhook endpoint
The description of the webhook endpoint
The URL of the webhook endpoint
Whether the webhook endpoint is disabled
The rate limit for the webhook endpoint
The details of the created webhook endpoint
The ID of an organization
The data to update a webhook endpoint
The description of the webhook endpoint
The URL of the webhook endpoint
Whether the webhook endpoint is disabled
The rate limit for the webhook endpoint
The details of the updated webhook endpoint