Tạo liên kết uỷ quyền OA
API này dùng để lấy đường dẫn ủy quyền OA cho ứng dụng (app)
Tham số
Kiểu dữ liệu
Mô tả
Tham số
Kiểu dữ liệu
Mô tả
Last updated
API này dùng để lấy đường dẫn ủy quyền OA cho ứng dụng (app)
Last updated
POST $BASE_URL.Zalo/AuthorizeOA HTTP/1.1
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"
}