Authenticated health check endpoint that validates the Bearer token is still valid.

Behavior: Returns the string "Pong Auth". Use this endpoint to verify that a Bearer token is still valid. If the token is invalid or expired, the request will be rejected with 401.

Authorization: Requires a valid Bearer token ([Authorize]).

Side Effects: None.

Error Scenarios: Returns 401 if the Bearer token is missing, invalid, or expired.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Responses

401

The Bearer token is missing, invalid, or expired.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json