Refresh a user access token
Refresh a user access token
Silently refresh the user access token for a specific user without requiring them to reconnect their account
GET
Refresh a user access token
Documentation Index
Fetch the complete documentation index at: https://docs.withbenji.com/llms.txt
Use this file to discover all available pages before exploring further.
The
x-api-key header value to be used on this API is your partner API key, which can be generated through the dashboard.The refresh token received from the exchange token API flow or previously received from refreshing an access token from this API
The current access token you are refreshing
Return values
The Benji Platform ID associated with the user.
Your system ID as specified on the Benji Platform.
An object representing the access_token, refresh_token to use when using the Benji Platform APIs as well as the access token expiry date. Once an access token expires, you can use the refresh token to obtain a new access token silently without requiring the user to authenticate again.