Registers a new client application.
Registers a new client application.
<Check title="Required Permissions">The user must be an admin or have workspace-manage-config:write permissions.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The client application model.
clientId
The client application's identifier.
displayName
The client application's display name.
redirectUris
The redirect URIs.
isConfidential
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.
Response
OK
clientId
The client application's identifier.
displayName
The client application's display name.
redirectUris
The redirect URIs.
isConfidential
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.
clientSecret
The client application's secret.
createdOn
The date this entity was created.
updatedOn
The date this entity was last modified.

