All The Necessary Information needed to become a SlickSocials Re-sellers!
API 2.0
| HTTP Method | POST |
| API URL | https://panel.slicksocials.com/api/v2 |
| Response Format | JSON |
Method:add
| Parameters | Descriptions |
|---|---|
| api_token | Your API token |
| action | Method Name |
| package | ID of package |
| link | Link to page |
| quantity | Needed quantity |
| comments | optional, needed for custom comments only. each separated by ‘\n’, ‘\n\r’ |
Success Response:
{
"order":"23501"
}Method:status
| Parameters | Descriptions |
|---|---|
| api_token | Your API token |
| action | Method Name |
| order | Order ID |
Success Response:
{
"status": "Completed",
"start_counter": "600",
"remains": "600"
}Method:balance
| Parameters | Descriptions |
|---|---|
| api_token | Your API token |
| action | Method Name |
Example Response:
{
"balance": "100.78",
"currency": "USD"
}