Get refresh token
This API is used to get refresh token, you need to re-authorize OA for the application (app). Then call API "Connect OA".
Parameters
Data type
Describe
Parameters
Data type
Describe
Last updated
This API is used to get refresh token, you need to re-authorize OA for the application (app). Then call API "Connect OA".
Last updated
POST $BASE_URL.Zalo/RefreshToken HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"oa_id": "text"
}{
"url": "text"
}curl --location '$BASE_URL.Zalo/RefreshToken' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{
"oa_id": "int64"
}'{
"url": "string"
}