post https://api-ext.zluri.com/v2/add-application
This endpoint allows you to add a new application to your organization.
Fields Table:
| Field | Required | Type | Description / Allowed Values |
|---|---|---|---|
app_name | Yes | string | Application name (must be unique) |
app_type | No | string | One of: application, website, device, browser, other (default: application) |
app_status | No | string | One of: active, inactive (default: active) |
app_owner_id | No | string | Application owner ID (must be a valid user ID) |
app_technical_owner_id | No | string | Technical owner ID (must be a valid user ID) |
app_financial_owner_id | No | string | Financial owner ID (must be a valid user ID) |
app_tags | No | array | Array of application tags |
app_custom_fields | No | array | Array of custom field objects (see below) |
Custom Fields Format:
- Each object in
app_custom_fields:field_id: Unique identifier of the custom fieldfield_value: Value to set for the custom field
Notes:
- Only
app_nameis required. - If
app_statusorapp_typeis not provided, default values ofactiveandapplicationwill be applied respectively. - All validations will be applied during application creation
- Custom field IDs must be valid and accessible to your organization
