Returns all client applications.

Returns all client applications.

Required Permissions
The user must be an admin or have workspace-manage-config:read permissions.

Headers

AuthorizationstringRequired

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

Response

OK
clientIdstring or null
The client application's identifier.
displayNamestring or null
The client application's display name.
redirectUrislist of strings or null
The redirect URIs.
isConfidentialboolean or null
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.
createdOndatetime or null
The date this entity was created.
updatedOndatetime or null
The date this entity was last modified.