Base URLs
Overview
The azakaw API uses two base URLs for its services:
-
Main API Base URL (
{base_url}
)- Used for all core API operations
-
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.