| HTTP Method | POST |
| API URL | |
| API Key | Get an API key on the Account page |
| Response format | JSON |
Every request is authenticated with your API key
and routed by an
action
field. Body: JSON or form-urlencoded.
| Parameter | Required | Description |
|---|---|---|
Request
Response
Errors
Errors are returned with HTTP 200 and an
error field:
{ "error": "Not enough funds on balance" }
| Invalid API key | The key is missing, wrong, or the account is inactive. |
| Invalid action | Unknown action. |
| Incorrect service | The service does not exist or is unavailable. |
| Incorrect order ID | The order does not exist or is not yours. |
| Not enough funds on balance | Insufficient balance to place the order. |
| Refill is not available for this service | The service has no refill, or the order is not eligible (not completed, blocked, or outside the refill window). |
| Cancel is not available for this service | The service has no cancel, or the order can no longer be canceled. |
SocialUp Cloud