Refresh access token by presenting previously acquired refresh token. Requires the refresh token initially acquired to be passed as x-auth-token in header
POST
/
auth
/
oauth
/
refresh-token
Request for access token
Copy
curl --request POST \
--url https://external.dev.onboardpay.co/auth/oauth/refresh-token \
--header 'x-auth-token: <api-key>'
This endpoint allows users to refresh their expired or soon-to-expire access tokens using a valid refresh token. It returns a new access token without requiring the user to log in again.