Registers a new client application.
Registers a new client application.
Required Permissions
The user must be an admin or haveworkspace-manage-config:write
permissions.Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
This endpoint expects an object.
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.