Lấy refresh token

RefreshToken

post
Body
oa_idstring · int64Optional
Responses
200

A successful response

application/json
post
/v1/shop.Zalo/RefreshToken
POST /v1/shop.Zalo/RefreshToken HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 16

{
  "oa_id": "text"
}
200

A successful response

{
  "url": "text"
}

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