Tạo liên kết ủy quyền OA
curl --location '$BASE_URL/v1/shop.Zalo/AuthorizeOA' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{
"app_id": "int64",
"app_secret": "string",
"redirect_uri": "string"
}'Tham số
Kiểu dữ liệu
Mô tả
Tham số
Kiểu dữ liệu
Mô tả
Last updated