Authentication
All WMS Portal API requests require proper authentication and authorization.
Authentication Methods
Section titled “Authentication Methods”The WMS Portal API supports multiple authentication methods depending on the deployment environment and security configuration.
API Key Authentication
Section titled “API Key Authentication”For most integrations, include authentication headers in your requests:
Authorization: Bearer YOUR_API_TOKENContent-Type: application/jsonService-to-Service Authentication
Section titled “Service-to-Service Authentication”For internal service communication, authentication may be handled automatically through the platform’s security infrastructure.