GET
/
customer_invoices
/
{id}
/
categories
{
  "has_more": true,
  "next_cursor": "<string>",
  "items": [
    {
      "id": 123,
      "weight": "<string>",
      "label": "<string>",
      "analytical_code": "<string>",
      "category_group": {
        "id": 123
      }
    }
  ]
}

Path Parameters

id
string
required

Query Parameters

cursor
string | null
limit
number
default:100
Required range: 1 <= x <= 2000
sort
enum<string>
default:-created_at
Available options:
-created_at
filter
object[]

Response

200
application/json

200

The response is of type object.