Refresh an expired access token using the refresh token
| Environment | Base URL |
|---|---|
| Production | https://v3-api.cleargrid.ai/ |
| Staging | https://stage-v3-api.cleargrid.ai/ |
| Field | Type | Description |
|---|---|---|
token | string | The new access token. Use this as a Bearer token in the Authorization header for all subsequent API requests. |
Your lender subdomain identifier.
The refresh token obtained from the Lender Login response.
"eyJhbGciOiJIUzUxMiJ9..."
Token refreshed successfully
New access token. Use as a Bearer token in the Authorization header.