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

Danh sách biệt danh đã đặt trên Zalo

  1. Body

Name
Type
Description

service

contact

method

getAlias

data

  1. Response

{
    "data": {
        "error_message": "Successful.",
        "data": {
            "updateTime": "1725867385177431",
            "items": [
                {
                    "alias": "Hoàn Khắc", // Biệt danh trên Zalo
                    "userId": "4179481604158176514"
                },
                {
                    "alias": "Duy A4",
                    "userId": "6709205003906760985"
                }
            ]
        },
        "error_code": 0
    },
    "status": "success"
}
{
    "status": "error",
    "error": {
        "message": "Something wrong was happened.",
        "code": null,
        "prms": null
    }
}

Last updated