List all subscriptions
GET /api/subscriptions
GET
/api/subscriptions
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” status
string
failed_payment
boolean
profile_id
string
entity_id
string
cancellation_reason_id
string
shopify_contract_id
string
search
string
next_billing_before
string
next_billing_after
string
next_delivery_before
string
next_delivery_after
string
next_production_before
string
next_production_after
string
created_before
string
created_after
string
page
number
limit
number
sort_by
string
sort_order
string
Responses
Section titled “ Responses ”object
data
required
Array<object>
object
number
required
string
id
required
string
status
required
string
created_at
string
updated_at
string
is_active
required
boolean
account_id
required
string
can_cancel
required
boolean
profile_id
required
string
currency_code
required
string
subtotal
required
number
discount_amount
required
number
total
required
number
shopify_contract_id
number
billing_interval
required
string
billing_interval_count
required
number
next_billing_date
string
payment_day_of_week
number
next_delivery_date
string
next_production_date
string
delivery_slot_valid
required
boolean
cancelled_at
string
cancellation_reason
string
cancellation_reason_id
string
paused_at
string
payment_method_brand
string
payment_method_last4
string
current_billing_cycle
required
number
last_order
object
id
string
status
string
created_at
string
updated_at
string
account_id
string
profile_id
string
shopify_order_id
string
production_date
string
currency_code
string
fulfillment_status
string
shopify_order_number
string
external_order_id
string
external_order_number
string
external_source
string
order_type
string
is_checkout_order
boolean
tracking_number
string
tracking_company
string
tracking_url
string
subtotal
number
discount_amount
number
total
number
billing_date
string
delivery_date
string
order_created_at
string
profile
One of:
string
object
id
string
timezone
string
address1
string
address2
string
city
string
region
string
country
string
postal_code
string
created_at
string
updated_at
string
full_address
string
email
string
external_id
string
first_name
string
last_name
string
full_name
string
phone_number
string
shopify_customer_id
string
subscriptions
One of:
string
Array<object>
object
can_pause
required
boolean
can_resume
required
boolean
can_reactivate
required
boolean
is_in_dunning
required
boolean
can_retry_payment
required
boolean
frequency_label
required
string
current_dunning_episode
string
profile
One of:
string
object
id
string
timezone
string
address1
string
address2
string
city
string
region
string
country
string
postal_code
string
created_at
string
updated_at
string
full_address
string
email
string
external_id
string
first_name
string
last_name
string
full_name
string
phone_number
string
shopify_customer_id
string
entity
entities
One of:
string
Array<object>
object
id
string
name
string
created_at
string
updated_at
string
is_active
boolean
account_id
string
profile_id
string
image_url
string
wizard_id
string
entity_type
string
attributes
string
meta
required
object
total
Total number of items
number
per_page
Items per page
number
current_page
Current page number
number
last_page
Last page number
number
first_page
First page number
number
first_page_url
URL for first page
string
last_page_url
URL for last page
string
next_page_url
URL for next page
string
previous_page_url
URL for previous page
string