Billing
Describe Billing
GET
/v1/organizations/billing/describe?action=getorganization
<Description of the endpoint>
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
org_id
string
The Organization ID
Response
Billing History
GET
/v1/organizations/billing/history
<Description of the endpoint>
Headers
Content-Type
application/json
Authorization
Bearer <token>
QueryString
action=list_billing
string
Name of the user
org_id
string
The Organization ID
Response
Create subscription
POST
/v1/organizations/billing/update?action=getpaymentlink
<Description of the endpoint>
Headers
Content-Type
application/json
Authorization
Bearer <token>
Query String
org_id
string
The ID of the Organization
quantity
number
Number of Instances for subscribing
Response
Change payment method
POST
/v1/organizations/billing/update?action=getupdatecardlink
<Description of the endpoint>
Headers
Content-Type
application/json
Authorization
Bearer <token>
Payload
org_id
string
The Organization ID
Response
Update Subscription
POST
/v1/organizations/billing/update?action=updatesubscription
<Description of the endpoint>
Headers
Content-Type
application/json
Authorization
Bearer <token>
Payload
org_id
string
The ID of the Organization
quantity
number
The number of instances for the Subscription
Response
Cancel Subscription
POST
/v1/organizations/billing/update?action=cancelsubscription
<Description of the endpoint>
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
org_id
string
The ID of the Organization
Response
Last updated