Download OpenAPI specification:
Provides an endpoint for introspecting JWT tokens
Introspect the JWT token. Verify the token and return verified data.
The JWT token to introspect
| token required | string |
{- "token": "string"
}{- "data": {
- "active": true
}, - "context": {
- "siteKey": "specsavers-gb",
- "build": {
- "env": "dev",
- "releaseId": "911",
- "commitId": "3d13f3c6c4f017d66d2a9c16c566ffb11f05f32c"
}
}, - "metrics": {
- "durationMs": 0
}
}