Get app subscription status
GET
https://app.ecwid.com/api/v3/{storeId}/application
Required access scopes
Your app must have the following access scopes to make this request: read_store_profile
Path params
All path params are required.
Param
Type
Description
storeId
number
Ecwid store ID.
Headers
The Authorization header is required.
Header
Format
Description
Authorization
Bearer secret_ab***cd
Access token of the application.
Response JSON
A JSON object with the following fields:
Field
Type
Description
subscription
object subscription
Subscription details for the application.
subscriptionStatus
string
Application status in Ecwid store.
One of:
ACTIVE
SUSPENDED
TRIAL
subscription
Field
Type
Description
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?