latestOpenAPI 3.0.32026-08-194891101.0 KB

0411af6c9040

Accounts

List accounts managed by organization

get/accounts

Query parameters

afterstring
beforestring
sizeinteger

Paging query parameters

Response

OK

Example response

{
  "accounts": [
    {
      "created": "2020-01-01T12:00:00Z",
      "id": "2VZvtmVc2j3gQ80CTlcuQXbGrwC",
      "name": "My Account",
      "updated": "2020-01-01T12:00:00Z"
    }
  ]
}