SecureScan
    PricingDocumentationAPI Reference
    Sign InGet Started
    DocumentationAPI ReferenceAuthentication

    Authentication

    5 endpoints available

    Quick Start
    curl -X GET "https://api.securescan.io/v1/projects" \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json"

    Endpoints

    POST/api/auth/login

    Authenticate user and get tokens

    POST/api/auth/register

    Register a new user account

    POST/api/auth/refresh

    Refresh access token

    POST/api/auth/logout

    Invalidate current session

    GET/api/auth/me

    Get current user info

    Base URL

    https://api.securescan.io/v1
    Get API Key