Skip to main content
GET
List categories

Authorizations

Authorization
string
header
required

A workspace API key created in ThinkOut settings. One key reads one workspace.

Query Parameters

direction
enum<string>

Whether money comes in or goes out.

On a transaction or a forecast it follows the sign of amount and can never disagree with it. It is present so that responses can be grouped and read without inspecting signs.

Available options:
inflow,
outflow
limit
integer
default:100

Page size.

Required range: 1 <= x <= 500
cursor
string

Opaque token from the previous page's next_cursor.

Response

A page of categories.

object
string
required
Allowed value: "list"
data
object[]
required
has_more
boolean
required

Whether another page exists.

next_cursor
string | null
required

Pass as cursor to fetch the next page. null on the last page.