v1
latestSwagger 2.02026-08-045928532.7 MBOAuthClients
post/api/v1.0/{appId}/oauthclients/{oauthAppId}
Path parameters
oauthAppIdstring required
appIdstring required
Request body
Example request
{
"OauthAppId": "6364835077453070787486",
"OauthAppName": "My OAuth App",
"OwnerUserId": 12345,
"LogoUri": "https://domain.com/mylogo.png",
"Flow": 2,
"AccessTokenLifetime": 3600,
"AbsoluteRefreshTokenLifetime": 2592000
}Response
OK