Verify a token
get
/v1/token/verify

Verify a token that is used for the frontend UI to authenticate the user (identity). It returns the required information for the frontend UI.

🔐 Authentication
X-TOKEN Token generated for a UI session
Header parameter: X-TOKEN
📥 Response
200 Created
Content Type:
401 Unauthorized Error
Content Type:
422 Unprocessable Entity
Content Type:
500 Internal Server Error
Content Type:
Response Examples