Plan Information

Have more control about the information of the plan you are using.

GET https://api.zapsign.com.br/api/v1/info-plan/

Headers

This endpoint allows you to view the following information about your plan:

  • Plan name

  • Number of credits in your account

  • Status (paid, pending_payment, unpaid, and canceled)

  • Period (monthly or annual)

  • End date

200 Plan found.
{
    "name": "Test Plan",
    "number_of_credits": "100",
    "status": "paid",
    "period": "annual",
    "current_period_end": "dd-mm-yyyy"
}

Last updated