Skip to content
Esc
navigateopen⌘Jpreview
Dashboard

Test authentication

Use this endpoint to check if your request are authenticated properly.

GET/example
Path parameters
apiBasePathstringrequired
Its value depends on the apiBasePath set by the user
Responses
200The session passed verification and went through the application code
401The session doesn't exists or if it needs to be refreshed
messagestring
unauthorised or try refresh token
403The session exists, but didn't pass a claim validator
messagestring
claimValidationErrorsobject[]
Show properties
Array of object
idstring
reasonobject
Try it
Server
Parameters
Request
curl -X GET "/example"
Response
The session passed verification and went through the application code

API reference

API schema and response details