For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tìm liên hệ theo số điện thoại

  1. Body

Name
Type
Description

service

contact

method

getUserByPhone

data

  1. Response

{
    "data": {
        "error_message": "Successful.",
        "data": {
            "cover": "https://cover-talk.zadn.vn/default", // URL ảnh bìa
            "sdob": "01/01/1993", // Sinh nhật
            "uid": "1520724601182259224", // user_id
            "gender": 0, // Giới tính
            "dob": 725821200, // Sinh nhật dạng ts
            "zalo_name": "Saint Laurent", // Tên Zalo
            "avatar": "https://s240-ava-talk.zadn.vn/9/6/5/a/1/240/348237830fe20248809bc19bec39de36.jpg", // URL avatar
            "display_name": "Saint Laurent" // Tên Zalo
        },
        "error_code": 0
    },
    "status": "success"
}
{
    "status": "error",
    "error": {
        "message": "Something wrong was happened.",
        "code": null,
        "prms": null
    }
}

Last updated