Refresh access token
Authentication
Refresh Token
Refresh an expired access token using the refresh token
POST
Refresh access token
Use the refresh token obtained from the Lender Login endpoint to obtain a new access token without re-authenticating with email and password. This enables seamless token rotation for long-running integrations.
Request
Endpoint
| Environment | Base URL |
|---|---|
| Production | https://v3-api.cleargrid.ai/ |
| Staging | https://stage-v3-api.cleargrid.ai/ |
Body Parameters
The refresh token obtained from the Lender Login response.
Example Request
Response
- 200 — Success
- 401 — Invalid Token
- 400 — Bad Request
| Field | Type | Description |
|---|---|---|
token | string | The new access token. Use this as a Bearer token in the Authorization header for all subsequent API requests. |
Token Refresh Flow
Path Parameters
Your lender subdomain identifier.
Body
application/json
The refresh token obtained from the Lender Login response.
Example:
"eyJhbGciOiJIUzUxMiJ9..."
Response
Token refreshed successfully
New access token. Use as a Bearer token in the Authorization header.