HomeProduct DocsAPI ReferenceChangelog
RecurlyAPI GuidesRecurly.jsWebhooksAPI ReferenceSupportBook demo
API Reference

List Account's Subscriptions

Returns a list of subscriptions for an account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique account identifier.

Query Params
string

The state of subscriptions to return: active, paused, canceled, expired, future, in_trial, live, or past_due. A subscription may belong to more than one state. Please see the previous section for a note on subscription states.

string

Splits records across pages. Leave blank to return the first page. Follow the URI in the first page's Link header to fetch the next page.

string
Defaults to created_at

The attribute that will be used to order records: created_at, updated_at.

string
Defaults to desc

The order in which products will be returned: asc for ascending order, desc for descending order.

date-time

Operates on the attribute specified by the sort parameter. Filters records to only include those with datetimes greater than or equal to the supplied datetime. Accepts an ISO 8601 date or date and time.

date-time

Operates on the attribute specified by the sort parameter. Filters records to only include those with datetimes less than or equal to the supplied datetime. Accepts an ISO 8601 date or date and time.

integer
Defaults to 50

Number of records to return per page, up to a maximum of 200.

Response

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/xml