Create OA authorization link
This API is used to get the OA authorization path for the application (app).
Request:
Response:
Request body structure
Parameters
Data type
Describe
app_id
int64
Application ID
app_secret
string
Application secret key
redirects
string
The callback URL is set in "Official Account Callback Url" on the app https://developers.zalo.me/apps
Return data attribute structure
Parameters
Data type
Describe
url
string
OA authorization link for the application
Last updated