Organizations
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
POST | |
GET | |
GET | |
GET | |
POST | |
GET | |
PATCH |
Retrieve
Required API key scopes
organization:readQuery parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /organizationsExample response
Status 200
Retrieve
Required API key scopes
organization:readQuery parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /organizationsExample response
Status 200
Create
Required API key scopes
organization:writeRequest parameters
- namestring
- logo_media_idstring
- is_member_join_email_enabledboolean
- enforce_2faboolean
- members_can_inviteboolean
- members_can_use_personal_api_keysboolean
- allow_publicly_shared_resourcesboolean
- is_ai_data_processing_approvedboolean
- default_experiment_stats_method
- default_anonymize_ipsboolean
- default_role_idstring
Response
Example request
POST /api /organizationsExample response
Status 201
Create
Required API key scopes
organization:writeRequest parameters
- namestring
- logo_media_idstring
- is_member_join_email_enabledboolean
- enforce_2faboolean
- members_can_inviteboolean
- members_can_use_personal_api_keysboolean
- allow_publicly_shared_resourcesboolean
- is_ai_data_processing_approvedboolean
- default_experiment_stats_method
- default_anonymize_ipsboolean
- default_role_idstring
Response
Example request
POST /api /organizationsExample response
Status 201
Retrieve
Required API key scopes
organization:readPath parameters
- idstring
Response
Example request
GET /api /organizations /:idExample response
Status 200
Retrieve
Required API key scopes
organization:readPath parameters
- idstring
Response
Example request
GET /api /organizations /:idExample response
Status 200
Update partial
Required API key scopes
organization:writePath parameters
- idstring
Request parameters
- namestring
- logo_media_idstring
- is_member_join_email_enabledboolean
- enforce_2faboolean
- members_can_inviteboolean
- members_can_use_personal_api_keysboolean
- allow_publicly_shared_resourcesboolean
- is_ai_data_processing_approvedboolean
- default_experiment_stats_method
- default_anonymize_ipsboolean
- default_role_idstring
Response
Example request
PATCH /api /organizations /:idExample response
Status 200
Update partial
Required API key scopes
organization:writePath parameters
- idstring
Request parameters
- namestring
- logo_media_idstring
- is_member_join_email_enabledboolean
- enforce_2faboolean
- members_can_inviteboolean
- members_can_use_personal_api_keysboolean
- allow_publicly_shared_resourcesboolean
- is_ai_data_processing_approvedboolean
- default_experiment_stats_method
- default_anonymize_ipsboolean
- default_role_idstring
Response
Example request
PATCH /api /organizations /:idExample response
Status 200
Delete
Required API key scopes
organization:writePath parameters
- idstring
Example request
DELETE /api /organizations /:idExample response
Status 204 No response body
Delete
Required API key scopes
organization:writePath parameters
- idstring
Example request
DELETE /api /organizations /:idExample response
Status 204 No response body
Create rollback
Trigger environments rollback migration for users previously on multi-environment projects. The request data should be a mapping of source environment IDs to target environment IDs. Example: { "2": 2, "116911": 2, "99346": 99346, "140256": 99346 }
Path parameters
- idstring
Request parameters
- namestring
- logo_media_idstring
- is_member_join_email_enabledboolean
- enforce_2faboolean
- members_can_inviteboolean
- members_can_use_personal_api_keysboolean
- allow_publicly_shared_resourcesboolean
- is_ai_data_processing_approvedboolean
- default_experiment_stats_method
- default_anonymize_ipsboolean
- default_role_idstring
Response
Example request
POST /api /organizations /:id /environments_rollbackExample response
Status 200
List all integrations list
ViewSet for organization-level integrations.
Provides read-only access to integrations that are scoped to the entire organization (vs. project-level integrations). Examples include Vercel, AWS Marketplace, etc.
This is read-only. Creation is handled by the integration installation flows (e.g., Vercel marketplace installation). Deletion requires contacting support due to billing implications.
Required API key scopes
organization_integration:readPath parameters
- organization_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /organizations /:organization_id /integrationsExample response
Status 200
Retrieve integrations retrieve
ViewSet for organization-level integrations.
Provides read-only access to integrations that are scoped to the entire organization (vs. project-level integrations). Examples include Vercel, AWS Marketplace, etc.
This is read-only. Creation is handled by the integration installation flows (e.g., Vercel marketplace installation). Deletion requires contacting support due to billing implications.
Required API key scopes
organization_integration:readPath parameters
- idstring
- organization_idstring
Response
Example request
GET /api /organizations /:organization_id /integrations /:idExample response
Status 200
List all proxy records
Required API key scopes
organization:readPath parameters
- organization_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /organizations /:organization_id /proxy_recordsExample response
Status 200
Create proxy records
Required API key scopes
organization:writePath parameters
- organization_idstring
Request parameters
- domainstring
Response
Example request
POST /api /organizations /:organization_id /proxy_recordsExample response
Status 201
Retrieve proxy records
Required API key scopes
organization:readPath parameters
- idstring
- organization_idstring
Response
Example request
GET /api /organizations /:organization_id /proxy_records /:idExample response
Status 200
Update proxy records
Required API key scopes
organization:writePath parameters
- idstring
- organization_idstring
Request parameters
- domainstring
Response
Example request
PATCH /api /organizations /:organization_id /proxy_records /:id