Get app subscription status
Last updated
Was this helpful?
GET https://app.ecwid.com/api/v3/{storeId}/application
Your app must have the following access scopes to make this request: read_store_profile
All path params are required.
storeId
number
Ecwid store ID.
The Authorization header is required.
Authorization
Bearer secret_ab***cd
Access token of the application.
A JSON object with the following fields:
subscription
object subscription
Subscription details for the application.
subscriptionStatus
string
Application status in Ecwid store.
One of:
ACTIVE
SUSPENDED
TRIAL
startDate
string
Datetime of the app subscription start.
expirationDate
string
Datetime when the app subscription ends.
status
string
Application status in Ecwid store.
One of:
ACTIVE
SUSPENDED
TRIAL
Last updated
Was this helpful?
Was this helpful?
