read.profile
grant during the authentication link generation step.Authorization: Bearer ********************
{
"request_id": "UUID",
"created_at": "2024-10-17T12:00:00Z"
}
curl --location --request POST 'https://passport.freedompay.kz/api/v1/oauth/get-profile' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "UUID",
"created_at": "2024-10-17T12:00:00Z"
}'
accepted
: New request is being processed.rejected
: Request was denied (e.g., permission error).pending
: Request is in progress.{
"request_id": "UUID",
"status": "accepted",
"status_message": "PROCESS: profile is pending",
"freedom_id": "UUID"
}