Skip to main content
POST
List source categories

Headers

x-project-id
string
required

Project ID to specify the project context

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 250
page
integer
default:1
Required range: x >= 1

Body

application/json
label
string

Filter source categories by their label using a case-insensitive partial match.

Example:

"News"

sort
object[]

Sorting criteria for the source categories list. Each entry specifies a field to sort by (allowed: "label", "slug") and a direction ("ASC" or "DESC"). Defaults to sorting by label ascending.

Example:

Response

page
object
required
results
object[]