Back to Home

API Documentation

Base URL: https://secured.wtf/api/v1

API Playground

Enter your API key above to start testing

Authentication

All API requests require an API key. Include it in the Authorization header:

Authorization: Bearer your_api_key_here

Generate API keys in your dashboard under Settings → API Keys.

Validation

POST/api/v1/accounts/validateValidate single account
POST/api/v1/accounts/validate-bulkValidate multiple accounts

Stock & Filtering

GET/api/v1/accounts/stockQuery available accounts
GET/api/v1/accounts/stock/checkQuery accounts due for checking
POST/api/v1/accounts/stock/checkRun validation on stock

Share Links

POST/api/v1/linksCreate smart share link

Error Responses

All errors follow this format:

{
  "success": false,
  "error": "error_code",
  "message": "Human readable message"
}
Error CodeStatusDescription
missing_api_key401No API key provided
invalid_api_key401Invalid or expired API key
permission_denied403API key lacks required permission
no_stock404No accounts match filters
no_valid_accounts404All accounts failed validation
rate_limit_exceeded429Too many requests