Base URL: https://secured.wtf/api/v1
Enter your API key above to start testing
All API requests require an API key. Include it in the Authorization header:
Authorization: Bearer your_api_key_hereGenerate API keys in your dashboard under Settings → API Keys.
All errors follow this format:
{
"success": false,
"error": "error_code",
"message": "Human readable message"
}| Error Code | Status | Description |
|---|---|---|
missing_api_key | 401 | No API key provided |
invalid_api_key | 401 | Invalid or expired API key |
permission_denied | 403 | API key lacks required permission |
no_stock | 404 | No accounts match filters |
no_valid_accounts | 404 | All accounts failed validation |
rate_limit_exceeded | 429 | Too many requests |