Categories

List of categories

No scope required.

get/api/v2/categories

Query parameters

page[size]integer

Number of records per page (default: 25, max: 250)

page[after]string

Cursor for fetching the next page of results

page[before]string

Cursor for fetching the previous page of results

filter[updated_at_gt]string date-time

Filter records updated after this date

filter[updated_at_lt]string date-time

Filter records updated before this date

filter[created_at_gt]string date-time

Filter records created after this date

filter[created_at_lt]string date-time

Filter records created before this date

filter[name_eq]string

Filter by exact name match

filter[name_cont]string

Filter by partial name match

filter[slug_eq]string

Filter by exact slug match

filter[slug_cont]string

Filter by partial slug match

fields[categories]string[]

Comma separated list of fields for categories to include in response

includestring[]

Comma-separated list of relationships to include (e.g. products,children,ancestors,descendants,parent)

Response

Successful responses

Changes