Skip to main content

List App Clients

GET 

/v1/app-clients

List App Clients

Request

Query Parameters

    pageSize int32

    Page size. Must be between 1 and 100.

    pageToken string

    Page token to retrieve the next page of results.

Responses

OK

Schema

    appClients

    object[]

    required

    Filter to a list of App Client identifiers.

  • Array [

  • appClientId stringrequired

    The identifier of the App Client.

    name stringrequired

    The name of the App Client.

    description stringrequired

    The description of the App Client

    clientId stringrequired

    The client identifier for the App Client

    clientSecretHint stringrequired

    A hint for the client secret for the App Client.

    roles string[]required

    The list of roles that the App Client has.

  • ]

  • nextPageToken string

    (Optional) Page token to retrieve the next page of results.

Loading...