Skip to main content
GET
List Subscription Category Views

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

The ID of the user.

Query Parameters

filter[category_id]
string
Example:

"4cdf32b8-47e2-4714-88b4-9ab307a097f9"

filter[status]
enum<string>
Available options:
active,
pending,
expired,
draft,
terminated,
pending_termination
Example:

"active"

filter[statuses]
string
Example:

"active,pending"

sort
enum<string>

A comma-separated list of fields to sort. Multiple allowed. Prefix with - to sort descending.

Available options:
product_category_name,
status
Example:

"product_category_name"

Response

200 - application/json
data
object[]
Example:
meta
object