Authorization: Bearer ********************
{
"request_id": "string"
}
curl --location --request GET 'https://passport.freedompay.kz/api/v1/oauth/get-profile/status' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "string"
}'
pending
: Request is being processed (data valid for 24 hrs).completed
: Request successfully completed (data valid for 60 min).failed
: An error occurred (data valid for 60 min).not_found
: The request ID lifetime has expired.{
"request_id": "UUID",
"status": "accepted",
"status_message": "PROCESS: profile is pending",
"freedom_id": "UUID",
"profile": {
"payload": "DTFcQKJik68Lq0wNavBlW0IDNrWK4TNd185zMX6Q15HimlQcOLfZFFBNN9ECR456isIQYbrRJTsoePhcIs23YlmFeomgwAXr"
},
"datetime": "2025-02-25T06:50:46.555757Z"
}