Authentication
Monnet APIs support two authentication mechanisms, each aligned with a specific set of endpoints to ensure secure and controlled access:
Keyed-Hash Message Authentication Codes (HMAC) This mechanism is used for high-integrity operations that require request-level validation. Applicable endpoints:
OAuth 2.0 Bearer Token Authorization This standard authorization protocol is used for endpoints that rely on token-based access control. Applicable endpoints:
Each endpoint must be called using its corresponding authentication mechanism; otherwise, the request will be rejected.
Last updated