get
https://bo-api.staging.wedbush.tech/v1/auth/validate
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Token is valid.
401Token is invalid, expired, or missing.