These docs are for v1.0. Click to read the latest docs for v2.0.

List all categories

This endpoint returns a list of categories.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer

Categories are paginated, this is the current page returned.

integer

Categories are paginated. By default, you get 20 by page. You can specify another number of categories by page.

string

Categories are sorted by descending id, by default. Use the attribute names separated by commas.

Sortable attributes are the following only: id, group_id, label, direction

string

You can choose to filter categories on a specific attributes (id, group_id, label, etc).

For instance, you can select the categories that have the direction cash_out by using the following filter: [{"field": "direction", "operator": "eq", "value": "cash_out"}].

Filterable attributes are the following only: id, group_id, label and direction.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/html