subscription_status
GET
/api/subscription/status/
Get Subscription Status
Request Body
Response Body
status
(boolean): Indicates the overall status of the subscription.message
(string): Provides any additional message related to the subscription status.data
(object):status
(object):access
(boolean): Indicates whether the subscription has access.result
(string): Represents the result of the subscription status.response
(number): Indicates the response status.planid
(string): ID of the plan associated with the subscription.orderid
(string): ID of the order for the subscription.hitlimit
(string): Limit of hits allowed for the subscription.hitused
(string): Number of hits used in the subscription.plan_from
(string): Start date of the subscription plan.expire_on
(string): Expiry date of the subscription plan.bizid
(string): ID of the business associated with the subscription.plan
(object):id
(string): ID of the subscription plan.name
(string): Name of the subscription plan.description
(string): Description of the subscription plan.amount
(string): Amount associated with the subscription plan.validity
(string): Validity period of the subscription plan.api_limit
(string): Limit of API usage for the subscription plan.Request
Query Params
bizid
string
required
Example:
1
Header Params
marchant-id
string
required
Example:
BIZ12354124
Body Params application/json
Request samples
Responses
Modified at 2024-10-17 16:02:45