Appearance
Reseller API
Live Swagger UI below — it is served from the deployed Sinister backend so paths and schemas stay aligned with production.
Start here
| Doc | Use when |
|---|---|
| Reseller guide | Full auth, endpoints, examples, limits, security |
| This page | Try requests interactively |
The guide covers everything Swagger shows, plus integration patterns, legacy POST routes, and partner security practices.
Quick reference
Base URL: https://YOUR_SINISTER_HOST (your deployment domain)
Auth header:
http
X-API-Key: SSW-YOUR_KEYSuccess body:
json
{
"success": true,
"response": "Command sent",
"ip": "203.0.113.10",
"port": "53640"
}Failure body:
json
{
"success": false,
"error": "User is not in a game"
}Endpoint families
| Family | Examples |
|---|---|
| Username / userid | /api/resolve/username, /api/roblox |
| Game / job | /api/resolve/game, /api/roblox-game |
| Reserved | /api/resolve/reserved |
| Private / VIP | /api/resolve/private/linkid, linkcode, accesscode, friends |
| Legacy POST | /api/snipe, /api/game, /api/vip |
Full parameter tables and copy-paste examples: Reseller guide.
Rate limits
- Per-key daily resolve cap (if set on your key) → HTTP 403
- Upstream cooldown → HTTP 429 with
"Rate limited"— back off before retrying
Keys
Reseller keys (SSW-*) are issued by Sinister Softworks to approved partners. End users should not paste keys into public channels.
For obfuscation API keys (OBF-*), see Obfuscator quickstart.
