v2

OpenAPI 3.0.02026-08-051996591.2 MB
Application Clients

List App Clients

Lists the App Clients configured for the customer account.

get/v2/app_clients

Query parameters

limitinteger

The maximum number of App Clients to return at one time.

filterstring

Regular expression to filter the names of the App Clients.

page_keystring

The opaque cursor returned in metadata.page_key of the previous response. Omit it to fetch the first page.

Headers

Request-Timeoutinteger

The platform makes a best effort to complete the request in the specified seconds, or it times out.

Request-Timeout-Millisinteger

The platform makes a best effort to complete the request in the specified milliseconds, or it times out.

Response

An array of App Clients.

Example response

{
  "metadata": {
    "page_key": "eyJvZmZzZXQiOjF9"
  }
}