Skip to main content
GET
/
v2
/
cash_flow_categories
List cash flow categories
curl --request GET \
  --url https://thirdparty.qonto.com/v2/cash_flow_categories \
  --header 'Authorization: Bearer <token>'
{
  "cash_flow_categories": [
    {
      "id": "3786f44c-a2e1-472e-870d-4cdb152b33fa",
      "name": "Suppliers",
      "type": "CATEGORY_TYPE_OUTFLOW",
      "vat_rate": "20",
      "subcategories": [
        {
          "id": "9f3b2c1d-7e8a-4b6c-9d0e-1f2a3b4c5d6e",
          "name": "Cloud hosting",
          "vat_rate": "20"
        }
      ]
    },
    {
      "id": "5c1e9a72-4d3b-4f8e-8a1c-2b6d7e9f0a3b",
      "name": "Sales",
      "type": "CATEGORY_TYPE_INFLOW",
      "subcategories": []
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.

Headers

X-Qonto-Staging-Token
string

Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.

Response

Returns the full catalog of cash flow categories for the authenticated organization.

cash_flow_categories
object[]
required