Skip to main content

Base URLs

Overview

The azakaw API uses two base URLs for its services:

  1. Main API Base URL ({base_url})

    • Used for all core API operations
  2. Authentication Base URL ({auth_base_url})

    • Used specifically for authentication operations

URL Construction

Main API Pattern

{base_url}/{service-endpoint}

Authentication Pattern

{auth_base_url}/api/AppSessionManager/{service-name}

Refer to the environments documentation for the specific URLs to use in each environment.