Browse documentation

Account

6 endpoints.

Paths are relative to the base URL for your environment. Unless marked otherwise, every request needs an Authorization: Bearer header.

GET/account

Get Account

PATCH/account

Update Account

Request body

json
{
  "first_name": "Updated",
  "last_name": "Name"
}
GET/account/documents

Get Account Documents

Response fields

Asserted by the API’s own test suite.

documents
POST/account/documents

Upload Account Document

DELETE/account/documents

Delete Account Document

Request body

json
{
  "path": "documents/{{organization_id}}/test-file.pdf"
}

Response fields

Asserted by the API’s own test suite.

success
POST/account/avatar

Upload Avatar