v1

latestSwagger 2.02026-08-045928532.7 MB
OAuthClients

get/api/v1.0/{appId}/oauthclients

Path parameters

appIdstring required

Query parameters

oauthAppNamestring

Response

OK

Example response

{
  "Data": [
    {
      "OauthAppId": "6364835077453070787486",
      "OauthAppName": "My OAuth App",
      "OwnerUserId": 12345,
      "LogoUri": "https://domain.com/mylogo.png",
      "Flow": 2,
      "AccessTokenLifetime": 3600,
      "AbsoluteRefreshTokenLifetime": 2592000
    }
  ]
}