Getting Started
The method of the request to be sent to the API service must be "POST". The data sent and received is prepared according to the JSON data type.
Obtaining API Access Information
API Address (URL)
To get the "API URL", log in to the client panel and then click on the "Reseller Program" heading from the menu. Click on the "API Access" button on the page that opens. "API URL" information is given in the window that opens.
API KEY
To get the "API Key", log in to the client panel and then click on the "Reseller Program" heading from the menu. Click on the "API Access" button on the page that opens. "API KEY" information is given in the window that opens.
Incorrect Response Example
{
"status":"error",
"message":"something write here..."
}
Successful Response Example
{
"status":"successful",
...another datas...
}