Token exchange
POST
https://passport.freedompay.kz/api/v1/oauth/token
oauth2
redirect_uri
with an appended authorization_code
parameter.access_token
and refresh_token
for subsequent operations.This is necessary so that the user has the opportunity to recall all sessions on the partner side after logging out of the FreedomID personal account.
When calling this URL, the POST method is used, the following structure is transferred in the request body:
{
"id": "{TOKEN_ID}"
}
Request
Body Params application/json
Request samples
Responses
Modified at 2025-03-05 12:03:54