Organizations
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
Retrieve
Required API key scopes
organization:read
Query parameters
- limitinteger
Number of results to return per page.
- offsetinteger
The initial index from which to return the results.
Response
Status 200
Retrieve
Required API key scopes
organization:read
Query parameters
- limitinteger
Number of results to return per page.
- offsetinteger
The initial index from which to return the results.
Response
Status 200
Create
Required API key scopes
organization:write
Response
Status 201
Create
Required API key scopes
organization:write
Response
Status 201
Retrieve
Required API key scopes
organization:read
Path parameters
- idstring
A UUID string identifying this organization.
Response
Status 200
Retrieve
Required API key scopes
organization:read
Path parameters
- idstring
A UUID string identifying this organization.
Response
Status 200
Update partial
Required API key scopes
organization:write
Path parameters
- idstring
A UUID string identifying this organization.
Response
Status 200
Update partial
Required API key scopes
organization:write
Path parameters
- idstring
A UUID string identifying this organization.
Response
Status 200
Delete
Required API key scopes
organization:write
Path parameters
- idstring
A UUID string identifying this organization.
Response
Status 204 No response body
Delete
Required API key scopes
organization:write
Path parameters
- idstring
A UUID string identifying this organization.
Response
Status 204 No response body
Create environments 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
A UUID string identifying this organization.
Response
Status 200
List all batch exports
Required API key scopes
batch_export:read
Path parameters
- organization_idstring
Query parameters
- limitinteger
Number of results to return per page.
- offsetinteger
The initial index from which to return the results.
Response
Status 200
Create batch exports
Required API key scopes
batch_export:write
Path parameters
- organization_idstring
Response
Status 201
Retrieve batch exports
Required API key scopes
batch_export:read
Path parameters
- idstring
A UUID string identifying this batch export.
- organization_idstring
Response
Status 200
Update batch exports
Required API key scopes
batch_export:write
Path parameters
- idstring
A UUID string identifying this batch export.
- organization_idstring
Response
Status 200
Delete batch exports
Required API key scopes
batch_export:write
Path parameters
- idstring
A UUID string identifying this batch export.
- organization_idstring
Response
Status 204 No response body
Create batch exports backfill
Trigger a backfill for a BatchExport.
Note: This endpoint is deprecated. Please use POST /batch_exports/<id>/backfills/ instead.
Required API key scopes
batch_export:write
Path parameters
- idstring
A UUID string identifying this batch export.
- organization_idstring