- Gateway API
- Introduction
- Reference
- Sync API
- Async API
- Merchant API
- Introduction
- Reference
- Page
- Pay
- Payout
- Mobile balance
- Card
- Token
- Invoice
- ATM
- Additional
- Card API
- Partner API
- Rates
- Products
- E-Money
- Freedom ID
- Mobile SDK
- CMS
Info
GET
https://passport.freedompay.kz/api/v1/oauth/get-data
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://passport.freedompay.kz/api/v1/oauth/get-data'
Responses
🟢200Success
application/json
Body
freedom_id
string <uuid>
required
firstname
stringÂ
required
lastname
stringÂ
required
date_of_birth
stringÂ
required
...
string  | integer  | boolean  | array  | object  | number  | nullÂ
required
Example
{
"freedom_id": "user_uuid",
"firstname": "user_firstname",
"lastname": "user_lastname",
"date_of_birth": "user_date_of_birth"
}
Modified at 2025-02-03 10:08:06