Token header and receive a fresh JWT without needing to re-supply your Client-Id and Client-Secret.
This endpoint belongs to the chat-based onboarding service and uses the
/v1 path prefix. If you are using the document verification service exclusively, generate tokens directly via POST /authtoken.Endpoint
Request headers
Your current valid token. This can be either an access token or a refresh token issued by a previous call to
/authtoken or /refresh-token.Response
A new signed JWT token. Use this value in the
Token header of all subsequent protected requests.Lifetime of the new token in seconds.
Example
Error responses
| Status | Meaning |
|---|---|
400 | Token header is missing or the request is malformed. |
401 | Invalid token — the token is expired, revoked, or does not match any active session. |