Mengambil informasi mengenai suatu akun.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
POST /v2/account/get_link_info HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
Parameter permintaan. |
|
| type |
string |
Yes |
Tipe akun. Nilai yang valid:
|
mobile |
| identity |
string |
Yes |
Identifikasi unik dari akun, seperti nomor ponsel. |
130*** |
| extra |
string |
No |
Informasi tambahan mengenai identifikasi unik akun tersebut. Misalnya, jika type diatur ke mobile, atur nilai extra ke kode negara. |
1 |
Elemen respons
|
Element |
Type |
Description |
Example |
| AccountLinkInfo |
Informasi mengenai akun tersebut. |
Contoh
Respons sukses
JSONformat
{
"domain_id": "bj1",
"authentication_type": "mobile",
"identity": "136***000",
"extra": "86",
"user_id": "00016a587b62b50003deea299a4f5b50",
"created_at": 1639762579768,
"display_name": "001",
"status": "normal",
"last_login_time": 1639762579769
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.