| API Url | |
| Bodys | Description |
|---|---|
| api_key | Your Api Key |
| action | profile |
Response
| Success Response | Failed Response |
|---|---|
{
"status": true,
"data": {
"full_name": "Profile Name"
"username": "username"
"saldo": "123456"
}
}
|
{
"status": false,
"message": "Profile Not Found"
}
Example Response:
|
| API Url | |
| Body | Description |
|---|---|
| api_key | Your Api Key |
| action | services |
| Success Response | Fail Response |
|---|---|
|
{
"status": false,
"message": "Wrong API Key"
}
Possible Response:
|
| API Url | |
| Body | Description |
|---|---|
| api_key | Your Api Key |
| action | order |
| service | Service ID Find Here. |
| data | Link / Username |
| quantity | Quantity (Not required if order custom comment service) |
| comments | List of comments, separated by enter or \r\n or \n. (Only required if order a custom comment service) |
| Success Response | Fail Response |
|---|---|
{
"status": true,
"data": {
"id": "123"
}
}
|
{
"status": false,
"message": "Not Enough Balance"
}
Possible Response:
|
| API Url | |
| Body | Description |
|---|---|
| api_key | Your Apikey |
| action | status |
| id | Order ID |
| Success Response | Failed Response |
|---|---|
{
"status": true,
"data": {
"status": "Processing",
"start_count": 199,
"remains": 0
}
}
Possible Response:
|
{
"status": false,
"message": "ID Not Found"
}
Possible Response:
|
| API Url | |
| Body | Description |
|---|---|
| api_key | Your Apikey |
| action | refill |
| id | Order ID |
| Success Response | Failed Response |
|---|---|
{
"status": true,
"id": 123456
}
Possible Response:
|
{
"status": false,
"message": "Order ID Not Found"
}
Possible Response:
|
| API Url | |
| Body | Description |
|---|---|
| api_key | Your Apikey |
| action | status-refill |
| id | Refill ID |
| Success Response | Failed Response |
|---|---|
{
"status": true,
"data": {
"status" : "Success"
}
}
Possible Response:
|
{
"status": false,
"message": "Order ID Not Found"
}
Possible Response:
|
