#Offers
This part of the API allows you to retrieve all the information related to your
subscription offers.
#List offers
- Route: /offers
- Method: GET
List all of your offers.
| Parameters | |
|---|---|
page Type: NumberDefault: 1 | Current page |
count Type: NumberDefault: 10 | Result number |
include Type: ArrayDefault: [] | Included slugs |
exclude Type: ArrayDefault: [] | Excluded slugs |
status Type: StringDefault: active | Offer status |
#Get an offer
- Route: /offers/:id
- Method: GET
| Parameters | |
|---|---|
id Type: String | Required |
subscriptionCountry Type: String | Subscription country in ISO 3166-1 alpha-2 format. Enables you to retrieve pricing information for the currency for an advanced offer |
countryState Type: String | Subscription's state (if subscription_country is set to `US` or `CA`) in ISO 3166-1 alpha-2 format. Enables you to specify the state in which the subscription is subscribed. |