JWT validate (HTTP GET)
GET/api/v1/auth/validate
Use this API to validate a JWT token via HTTP GET.
Responses
- 200
- 401
- 403
- 500
Successful operation
Unauthorized - Invalid or missing authentication
Forbidden - Insufficient permissions
Internal server error