Skip to main content
Endpoint:

Authorization

string
required
Example:Authorization | Bearer Paste-Your-API-Key-Here

Request 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 Response

Main 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.
Unique identifier of the credit usage product aka productId.