API 1
cURL
curl --request GET \ --url https://openapi.pleo.io/v1/account-categories \ --header 'Authorization: Bearer <token>'
{ "metadata": { "pageInfo": { "pageSize": 123, "totalCount": 123, "nextPageOffset": 123 } }, "accountGroups": [ { "id": "<string>", "name": "<string>", "typeKey": "entertainment", "hidden": true } ] }
Open API Bearer token
This is the pagination offset value. The record number you would like to start from. This offset value starts at 0.
"150"
The number of account groups to return for each page.
"10"
Account groups has been returned
Additional metadata including pagination information
Show child attributes
Was this page helpful?