How can we help?

Searching:

0 results found

Auth/validateToken

GET /api/auth/validateToken

Description

Validates the authorization token sent in the header request.

Note ‒ When logging in using Auth/Login, the response is returned with an authentication header.

See the following for request and response details:

See Also

Request ‒ Auth/validateToken

This request has no parameters.

Response ‒ Auth/validateToken

This response has no parameters, and returns one of the following:

  • Status 201 – OK (if the authentication header is valid)
  • Status 401 (if the authentication header is invalid)