Skip to main content

Get App Client

GET 

/app-clients/:appClientId

Get app client

Request

Path Parameters

    appClientId stringrequired

    The client id of application.

Responses

Schema
    data objectrequired

    Data of the app client.

    clientId stringrequired
    clientName stringrequired
    callbackUrls string[]required
    logoutUrls string[]required
Loading...