SecureIO SMS API Documentation

    Complete API reference for integrating SMS verification services

    Quick Start
    Get started with the SecureIO SMS API integration

    Base URL

    https://api.secureiosms.com

    AUTHENTICATION

    All endpoints require an API key. Get yours from our Discord community

    Interactive Testing

    Each endpoint below has a "Test API" tab where you can enter your API key and test the endpoint directly in your browser.

    Authentication
    GET/balance

    Get Account Balance

    Retrieve your current account balance

    Parameters
    api_keystringRequiredqueryYour API key
    Services
    GET/services_regions

    Get Available Services

    Retrieve all available SMS services and their pricing by region

    No parameters required

    Number Management
    GET/getnumber

    Purchase Phone Number

    Purchase a phone number for SMS verification

    Parameters
    api_keystringRequiredqueryYour API key
    servicestringRequiredqueryService name (e.g., google, discord)
    GET/checkstatus

    Check Order Status

    Check the status of a specific order and retrieve SMS codes

    Parameters
    api_keystringRequiredqueryYour API key
    idstringRequiredqueryOrder ID
    POST/changestatus

    Cancel Order

    Cancel an existing order

    Parameters
    api_keystringRequiredbodyYour API key
    idstringRequiredbodyOrder ID
    actionstringRequiredbodyAction to perform (cancel)
    HTTP Status Codes
    Common response codes and their meanings
    200 OKRequest successful
    400 Bad RequestInvalid parameters or insufficient balance
    401 UnauthorizedInvalid or missing API key
    404 Not FoundOrder or resource not found
    500 Server ErrorInternal server error
    Best Practices & Integration Tips

    • Store your API key securely and never expose it in client-side code

    • Implement proper error handling for all API calls

    • Check order status periodically rather than continuously polling

    • Handle rate limits gracefully with exponential backoff

    • Always check the HTTP status code along with the response body

    • Join our Discord community for support and updates

    Need help? Join our Discord community to get your API key and support.