STOPBOT.NET Documentation
  • MAIN
    • Introduction
    • Workflow Overview
  • API DOCUMENTATION
    • Getting Started
    • Account
    • Blocker
    • Blocker V2
    • Smart URLs
    • IP Lookup
    • Email Validation
    • Email Verifier
    • Phone Number Identify
  • SERVICE GUIDES
    • STOPBOT
      • Blocker
      • Smart URLs
      • Blocker V2
  • PANEL GUIDES
    • Panel Overview
    • Dashboard
    • Account
      • My Account
      • Recent Logs
      • Payments
      • Redeem Coupons
    • Plans & Pricing
      • Payment
    • Services
      • STOPBOT
        • BLOCKER
        • Smart URLs
        • Optional
          • BOT Redirect
          • Blacklist IP
          • Whitelist IP
    • Apikey
  • INFORMATION
    • Affiliate
    • Status
      • Server
    • Update Logs
    • FAQ
    • Privacy Policy
    • Terms of Services
Powered by GitBook
On this page
  • Obtain your API key
  • Read the documentation
  • Authenticate
  • Build your request
  • Handle the response
  • Maintain security
  1. API DOCUMENTATION

Getting Started

Welcome to our API Documentation!

PreviousWorkflow OverviewNextAccount

Last updated 1 year ago

To use this API, please follow the instructions below.

Obtain your API key

To get started, you need to register on our website and create an account. Once registered, you will receive a unique API key to use in your API requests. to access your API.

Here is an example API key you will receive after joining us.

Read the documentation

We provide comprehensive documentation on how to use our API. Please read it carefully to understand all the features, endpoints, parameters, and example requests and responses.

Authenticate

Before using the API, make sure to authenticate yourself by using the provided API key. Every request should include your API key in the header or as a parameter in the request.

Build your request

To use the API, you need to construct the HTTP request correctly. Make sure to use the appropriate HTTP method (GET, POST, PUT, DELETE) according to the action you want to perform. Also, check the correct endpoint and include any required parameters.

Handle the response

After sending the request, you will receive a response from our API. The response may contain the requested data or error messages if any issues occur. Make sure to handle the response properly and handle all possible scenarios.

Maintain security

Always keep your API key secure. Never share it with anyone and ensure that you send requests over a secure protocol (HTTPS) to prevent data theft.

Thank you for using our API! If you have any further questions, feel free to contact our support team."

Click here