Create OA authorization link
This API is used to get the OA authorization path for the application (app).
Parameters
Data type
Describe
Parameters
Data type
Describe
Last updated
This API is used to get the OA authorization path for the application (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"
}