Authentication
Every STOPBOT API request requires an API key. The API key identifies your account and allows STOPBOT to process requests for your services.
API Key Parameter
apikey={API_KEY}https://api.stopbot.net/services/account?apikey={API_KEY}Authenticated Request Examples
curl "https://api.stopbot.net/services/account?apikey={API_KEY}"curl "https://api.stopbot.net/services/iplookup?apikey={API_KEY}&ip=1.1.1.1"curl "https://api.stopbot.net/services/blocker?apikey={API_KEY}&ip=1.1.1.1&ua={USER_AGENT}&url={URL}"curl "https://api.stopbot.net/services/shorterlink?apikey={API_KEY}&ip=1.1.1.1&keyname={KEYNAME}&ua={USER_AGENT}&url={URL}"API Key Format
Security Recommendations
Common Authentication Errors
Authenticated Access Errors
Next Step
Last updated