Get subscription status

Gets status, next payment date and past due grace period of subscription associated with the account

GET/v3/accounts/{id}/subscription-status
JWT

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the account.

Responses

200 OK
{
  "status": "active",
  "nextPaymentDate": "2019-08-24T14:15:22Z",
  "subscriptionPastDueGracePeriod": 0,
  "canceledAt": "2019-08-24T14:15:22Z"
}