latestOpenAPI 3.1.02026-07-2489171167.4 KB
38a43a1b2981
License Manager Public
Create Application
Create a new application manually. Intended for applications that are not automatically discovered.
post/license-manager/applications
Request body
Example request
{
"category": "developer-tools",
"activeUsers": 150,
"currency": "USD"
}Response
Application is successfully created.
Example response
{
"category": "developer-tools",
"currency": "USD",
"dateCreated": "2025-06-15T10:30:00Z",
"dateUpdated": "2025-08-20T14:30:00Z"
}