Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Request payload for creating a new subscription
This struct represents the data required to create a new subscription in the system. It includes details about the product, quantity, customer information, and billing details.
Response
Subscription successfully initiated
The response is of type object
.