v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Applications API

Create an Application

Use this endpoint to create client credentials for a machine-to-machine integration. The application name identifies the Lerian product or plugin the integration will access.

post/v1/applications

Request body

descriptionstring required

A clear identifier that helps you quickly recognize which service, job, or integration uses the application.

namestring required

The Lerian product or plugin this machine-to-machine application will access.

Response

Indicates that the resource was successfully created and the operation was completed as expected.

clientIdstring

Unique identifier of the client.

clientSecretstring

Secret key linked to the clientId, used for secure client authentication.

createdAtstring date-time

Timestamp marking when the application was created.

descriptionstring

A clear identifier that helps you quickly recognize which service, job, or integration uses the application.

idstring

Unique identifier of the application.

namestring

The Lerian product or plugin this machine-to-machine application can access.