Accounts
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
POST | |
GET | |
DELETE | |
GET | |
PATCH | |
DELETE | |
GET | |
POST | |
GET | |
POST | |
GET | |
POST | |
GET | |
DELETE | |
GET |
List all environments accounts
Required API key scopes
account:readQuery parameters
- account_executivestring
- account_ownerstring
- all_roles_unassignedboolean
- csmstring
- limitinteger
- offsetinteger
- orderingstringOne of:
"-created_at""-name""-updated_at""created_at""name""updated_at" - searchstring
- tagsstring
Response
Example request
GET /api /environments /:environment_id /accountsExample response
Status 200
RESPONSE
Create environments accounts
Required API key scopes
account:writeRequest parameters
- namestring
- external_idstringnull
- propertiesobjectnull
- tagsarray
Response
Example request
POST /api /environments /:environment_id /accountsExample response
Status 201
RESPONSE
List all environments accounts notebooks
Required API key scopes
account:readPath parameters
- account_idstring
Query parameters
- limitinteger
- offsetinteger
- orderingstringOne of:
"-created_at""-created_by""created_at""created_by" - searchstring
Response
Example request
GET /api /environments /:environment_id /accounts /:account_id /notebooksExample response
Status 200
RESPONSE
Create environments accounts notebooks
Required API key scopes
account:writePath parameters
- account_idstring
Request parameters
- titlestringnull
- content
- text_contentstringnull
Response
Example request
POST /api /environments /:environment_id /accounts /:account_id /notebooksExample response
Status 201
RESPONSE
Retrieve environments accounts notebooks
Required API key scopes
account:readPath parameters
- account_idstring
- short_idstring
Response
Example request
GET /api /environments /:environment_id /accounts /:account_id /notebooks /:short_idExample response
Status 200
RESPONSE
Delete environments accounts notebooks
Required API key scopes
account:writePath parameters
- account_idstring
- short_idstring
Example request
DELETE /api /environments /:environment_id /accounts /:account_id /notebooks /:short_idExample response
Status 204 No response body
Retrieve environments accounts
Required API key scopes
account:readPath parameters
- idstring
Response
Example request
GET /api /environments /:environment_id /accounts /:idExample response
Status 200
RESPONSE
Update environments accounts
Required API key scopes
account:writePath parameters
- idstring
Request parameters
- namestring
- external_idstringnull
- propertiesobjectnull
- tagsarray
Response
Example request
PATCH /api /environments /:environment_id /accounts /:idExample response
Status 200
RESPONSE
Delete environments accounts
Required API key scopes
account:writePath parameters
- idstring
Example request
DELETE /api /environments /:environment_id /accounts /:idExample response
Status 204 No response body
List all accounts
Required API key scopes
account:readQuery parameters
- account_executivestring
- account_ownerstring
- all_roles_unassignedboolean
- csmstring
- limitinteger
- offsetinteger
- orderingstringOne of:
"-created_at""-name""-updated_at""created_at""name""updated_at" - searchstring
- tagsstring
Response
Example request
GET /api /projects /:project_id /accountsExample response
Status 200
RESPONSE
Create accounts
Required API key scopes
account:writeRequest parameters
- namestring
- external_idstringnull
- propertiesobjectnull
- tagsarray
Response
Example request
POST /api /projects /:project_id /accountsExample response
Status 201
RESPONSE
List all accounts custom property values
Required API key scopes
account:readPath parameters
- account_idstring
Example request
GET /api /projects /:project_id /accounts /:account_id /custom_property_valuesExample response
Status 200
RESPONSE
Create accounts custom property values
Required API key scopes
account:writePath parameters
- account_idstring
Request parameters
- definitionstring
- value
Response
Example request
POST /api /projects /:project_id /accounts /:account_id /custom_property_valuesExample response
Status 201
RESPONSE
List all accounts notebooks
Required API key scopes
account:readPath parameters
- account_idstring
Query parameters
- limitinteger
- offsetinteger
- orderingstringOne of:
"-created_at""-created_by""created_at""created_by" - searchstring
Response
Example request
GET /api /projects /:project_id /accounts /:account_id /notebooksExample response
Status 200
RESPONSE
Create accounts notebooks
Required API key scopes
account:writePath parameters
- account_idstring
Request parameters
- titlestringnull
- content
- text_contentstringnull
Response
Example request
POST /api /projects /:project_id /accounts /:account_id /notebooksExample response
Status 201
RESPONSE
Retrieve accounts notebooks
Required API key scopes
account:readPath parameters
- account_idstring
- short_idstring
Response
Example request
GET /api /projects /:project_id /accounts /:account_id /notebooks /:short_idExample response
Status 200
RESPONSE
Delete accounts notebooks
Required API key scopes
account:writePath parameters
- account_idstring
- short_idstring
Example request
DELETE /api /projects /:project_id /accounts /:account_id /notebooks /:short_idExample response
Status 204 No response body
Retrieve accounts
Required API key scopes
account:readPath parameters
- idstring
Response
Example request
GET /api /projects /:project_id /accounts /:idExample response
Status 200
RESPONSE