Send Consulting message according to user information request form

Note:

  • For APIs used for Shop, the API key is: <api_key>. The base_url information of the Shop.

  • For APIs used for Partner, the API key is: <shop_key>. The base_url information of the Partner.

Request:

curl --location 'BASE_URL.Zalo/RequestUserInfo' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{
  "oa_id": "string",
  "zl_user_id": "string"
}'

Response:

{
  "updated": 0
}

Request body structure

Parameters
Data type
Describe

id

string

OA ID

zl_user_id

string

Zalo User ID

Last updated