Return all subscriptions of this user
GET/api/v1/users/me/subscriptions
Return all subscriptions of this user
Request
Query Parameters
sort string
filter[scope] string
Possible values: [not_terminated
]
Subscriptions scoped to the group of statuses
page int32
Default value: 1
Page offset to fetch.
per_page int32
Default value: 10
Number of results to return per page.
Responses
- 200
Return all subscriptions of this user
- application/vnd.api+json
- Schema
Schema
any
Loading...