#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 | |
|---|---|
| pageType: NumberDefault:  1 | Current page | 
| countType: NumberDefault:  10 | Result number | 
| includeType: ArrayDefault:  [] | Included slugs | 
| excludeType: ArrayDefault:  [] | Excluded slugs | 
| statusType: StringDefault:  active | Offer status | 
#Get an offer
- Route: /offers/:id
- Method: GET
| Parameters | |
|---|---|
| idType: String | Required | 
| subscriptionCountryType: String | Subscription country in ISO 3166-1 alpha-2 format. Enables you to retrieve pricing information for the currency for an advanced offer | 
| countryStateType: 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. |