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
Body Parameters
string
required
The refresh token obtained from the Lender Login response.
Example Request
Response
- 200 — Success
- 401 — Invalid Token
- 400 — Bad Request
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.