Authenticate API
POST/auth/login
Authenticates the request by validating the client's cryptographic signature and returns a short-lived access token.
Important Request Requirements:
- All validation variables must be passed via custom HTTP headers.
- The request body must be empty (do not send JSON or text data).
Request
Responses
- 200
- 400
- 401
Success. Returns the authenticated authorization access token parameters wrapper.
Bad Request. Missing structural headers or broken input configuration types.
Unauthorized. Cryptographic signature check failure or timing drift verification fault.