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.
Creates a new api key for an organization.
/apiKeys/
The ID of an organization
Updates an existing api key for an organization.
/apiKeys/{apiKeyId}//
The ID of an organization
Allows updating specific fields (like name or featured event) for an organization. It checks for write permissions before processing the request.
/current/
The ID of an organization
The name of an organization
No body
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.
/current/pictureUrl/
The ID 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.
/projects/
The ID of an organization
Allows creating a new project within an organization. The user must have write permissions to the organization to successfully create the project.
/projects/
The ID of an organization
The name of the project
Retrieves details of a specific project within an organization. Access is controlled by read permissions on the project.
/projects/current/
The ID of an organization
The ID of a project
Updates a project’s attributes, such as the project name. The user needs write permissions on the project to make changes.
/projects/current/
The ID of an organization
The ID of a project
The name of the project
Deletes a project and its associated resources. Requires write permissions for the project and its children.
/projects/current/
The ID of an organization
The ID of a project
No body
/webhooks/endpoints/
The ID of an organization
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 list of event types that the webhook endpoint is subscribed to
/webhooks/endpoints/{endpointId}//
The ID of an organization
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 list of event types that the webhook endpoint is subscribed to