API ReferenceBilling
Get Billing Plans
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Response Body
application/json
curl -X GET "https://samva.app/api/v1/billing/plans"[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"tier": "starter",
"name": "string",
"description": "string",
"stripePriceId": "string",
"stripeProductId": "string",
"basePrice": -2147483648,
"currency": "string",
"interval": "string",
"trialDays": -2147483648,
"includedSms": -2147483648,
"includedWhatsapp": -2147483648,
"includedEmail": -2147483648,
"smsOveragePrice": -2147483648,
"whatsappOveragePrice": -2147483648,
"emailOveragePrice": -2147483648,
"participantsLimit": -2147483648,
"conversationsLimit": -2147483648,
"teamMembersLimit": -2147483648,
"features": "string",
"isActive": true,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]