Lấy refresh token
Request:
curl --location '$BASE_URL/v1/shop.Zalo/RefreshToken' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{
"oa_id": "int64"
}'Response
{
"url": "string"
}Cấu trúc body của request
Tham số
Kiểu dữ liệu
Mô tả
oa_id
int64
ID của OA
Cấu trúc thuộc tính dữ liệu trả về
Tham số
Kiểu dữ liệu
Mô tả
url
string
Liên kết uỷ quyền
Last updated