sangraha
    sangraha
    • 🐶 Walk through Apidog
    • orders_data
      GET
    • login_user
      POST
    • user_registration
      POST
    • make_order
      POST
    • single_order_data
      GET
    • change_order_status
      POST
    • get_order_cart
      GET
    • get_all_societies
      GET
    • add_society_to_business
      POST
    • remove_society_from_business
      POST
    • subscription_status
      GET
    • get_indian_states
      GET
    • get_cities_by_state_id
      GET
    • get_society_member
      GET
    • get_all_society_members
      GET
    • society_register_member
      POST
    • society_edit_member
      POST
    • remove_society_member
      POST
    • society_suggestion
      POST

      subscription_status

      GET
      /api/subscription/status/

      Get Subscription Status#

      This endpoint retrieves the subscription status for a specific ID.

      Request Body#

      This request does not require a 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

      Authorization
      Add parameter in header
      Example:
      X-Token: ********************
      Query Params
      bizid
      string 
      required
      Business id (required)
      Example:
      1
      Header Params
      marchant-id
      string 
      required
      Example:
      BIZ12354124
      Body Params application/json
      object {0}
      Example
      {}

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET '/api/subscription/status/?bizid=1' \
      --header 'marchant-id: BIZ12354124' \
      --header 'Content-Type: application/json' \
      --data-raw '{}'

      Responses

      🟢200Success
      application/json
      Body
      object {0}
      Example
      {}
      Previous
      remove_society_from_business
      Next
      get_indian_states
      Built with