Returns all client applications.

<Check title="Required Permissions" icon="key">The user must be an admin or have `workspace-manage-config:read` permissions.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK
clientIdstring or nullOptional
The client application's identifier.
displayNamestring or nullOptional
The client application's display name.
redirectUrislist of strings or nullOptional
The redirect URIs.
isConfidentialbooleanOptional
Indicates whether the client application is confidential. Backend integrations are considered confidential as the secret is never shipped to a user, while web apps or CLI integrations are not.
createdOnstringOptionalformat: "date-time"
The date this entity was created.
updatedOnstringOptionalformat: "date-time"
The date this entity was last modified.