Authorization
string
required
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
string
required
The unique identifier of the product associated with the credit.
integer
The trial credit amount to grant upon registration.
array of object
required
Object containing customer details.
customerInfo Structure (Array Of Object)
string
required
Full name of the customer.
string
required
Email address of the customer.
string
required
Mobile phone number of the customer.
Response
Successful ResponseMain Structure (Root)
integer
Indicates the HTTP status of the request (e.g.
200 for success).string
A descriptive message about the outcome of the request.
string
Unique identifier of the related customer record.
string
Unique identifier of the credit usage product aka productId.
