Accounts
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
POST | |
GET | |
PATCH | |
DELETE |
Create accounts relationships end
Path parameters
- account_idstring
- idstring
Response
Example request
POST /api /projects /:project_id /accounts /:account_id /relationships /:id /endExample response
Status 200
RESPONSE
Retrieve accounts
Required API key scopes
account:readPath parameters
- idstring
Response
Example request
GET /api /projects /:project_id /accounts /:idExample response
Status 200
RESPONSE
Update accounts
Required API key scopes
account:writePath parameters
- idstring
Request parameters
- namestring
- external_idstringnull
- propertiesobjectnull
- tagsarray
Response
Example request
PATCH /api /projects /:project_id /accounts /:idExample response
Status 200
RESPONSE
Delete accounts
Required API key scopes
account:writePath parameters
- idstring
Example request
DELETE /api /projects /:project_id /accounts /:id