api documentationAll The Necessary Information needed to become a SlickSocials Re-sellers!

API 2.0
HTTP MethodPOST
API URLhttps://panel.slicksocials.com/api/v2
Response FormatJSON

Method:add

ParametersDescriptions
api_tokenYour API token
actionMethod Name
packageID of package
linkLink to page
quantityNeeded quantity
commentsoptional, needed for custom comments only.
each separated by ‘\n’, ‘\n\r’

Success Response:

{
  "order":"23501"
}

Method:status

ParametersDescriptions
api_tokenYour API token
actionMethod Name
orderOrder ID

Success Response:

{
  "status": "Completed",
  "start_counter": "600",
  "remains": "600"
}

Method:balance

ParametersDescriptions
api_tokenYour API token
actionMethod Name

Example Response:

{
  "balance": "100.78",
  "currency": "USD"
}