Skip to main content
GET
/
health
/
test-auth-request
Simple authentication check
curl --request GET \
  --url https://api.example.com/health/test-auth-request \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Response

200 - application/json

Request is authenticated!