Generate appKey and appSecret credentials.
Generate appKey and appSecret credentials.
Request
Body Params application/json
Request Code Samples
curl --location --request POST '/oauth/generate/appInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"ownerId": "string"
}'
Responses
application/json {
"code": 0,
"msg": "",
"data": {
"appKey": "",
"appSecret": ""
}
}
Modified at 2024-12-16 14:38:44