Skip to main content
GET
List Subscription Phases

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.

subscription_uuid
string
required

Query Parameters

sort
enum<string>

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

Available options:
created_at
Example:

"created_at"

filter[start_at]
string
Example:

"2023-10-07T12:16:27+00:00"

filter[end_at]
string
Example:

"2023-10-07T12:16:27+00:00"

Response

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