Skip to main content

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

Success. Returns the authenticated authorization access token parameters wrapper.