Registers a new client application.

POST

Registers a new client application.

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

Request

This endpoint expects an object.
clientIdstringOptional

The client application’s identifier.

displayNamestringOptional

The client application’s display name.

redirectUrislist of stringsOptional

The redirect URIs.

Response

OK

clientIdstringOptional

The client application’s identifier.

displayNamestringOptional

The client application’s display name.

redirectUrislist of stringsOptional

The redirect URIs.

clientSecretstringOptional

The client application’s secret.

createdOndatetimeOptional

The date this entity was created.

updatedOndatetimeOptional

The date this entity was last modified.

Built with