GuidesAPI Reference
Log In
API Reference

Validate access token

This endpoint validates a Bearer token provided in the Authorization header.

If the token is valid, the request succeeds with a 200 OK response.

Usage

  • Intended for external services to confirm token validity.
  • Requires only a valid access token.

Security

  • Requires a valid Bearer token in the Authorization header.
  • Tokens that are expired, malformed, or revoked will return 401 Unauthorized.

Endpoint Protection:

  • HarborJwtTokenAuthGuard: Refer to guard documentation for details.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Headers
string
required
Responses
200

Token is valid.

401

Token is invalid, expired, or missing.

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