Authentication
Note: Specific authentication details should be obtained from the API implementer. Common patterns include:
- Bearer token authentication
- OAuth 2.0 flows
- API key-based authentication
- Basic Web authentication
The GET /info endpoint is exempt from authentication and may be used as a health check or to discover server capabilities before authenticating.