Get a list of your subscriptions to MailChannels Inbound
GET/subscriptions
Get a list of your subscriptions to MailChannels Inbound
Responses
- 200
- 404
- 500
Success, a list of subscriptions is returned
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
A unique identifier for this subscription. This is used to refer to this subscriptoin in other API calls.
If true, this subscription is currently enabled.
plan
object
required
The plan associated with this subscription.
A unique identifier for this plan.
A friendly name for this plan.
limits
undefined[]
required
A list of limits associated with this subscription. Limits are things like the maximum number of domains that can be provisioned against this subscription, or whether some features are enabled.
The number of domains currently provisioned against this subscription.
[
{
"handle": "string",
"active": true,
"plan": {
"handle": "string",
"name": "string"
},
"limits": [
{
"featureHandle": "string",
"value": "string"
}
],
"activeAccountsCount": 0
}
]
We could not find a customer that matched the customerHandle
- application/json
- Schema
- Example (from schema)
Schema
{
"code": 0,
"message": "string",
"errors": [
"string"
]
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
{
"code": 0,
"message": "string",
"errors": [
"string"
]
}