Tạo liên kết ủy quyền OA
Tham số
Kiểu dữ liệu
Mô tả
Tham số
Kiểu dữ liệu
Mô tả
Last updated
Last updated
POST $BASE_URL.Zalo/AuthorizeOA HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 59
{
"app_id": "text",
"app_secret": "text",
"redirect_uri": "text"
}{
"url": "text"
}curl --location '$BASE_URL.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"
}'{
"url": "string"
}