Add New Application

This endpoint allows you to add a new application to your organization.

Fields Table:

FieldRequiredTypeDescription / Allowed Values
app_nameYesstringApplication name (must be unique)
app_typeNostringOne of: application, website, device, browser, other (default: application)
app_statusNostringOne of: active, inactive (default: active)
app_owner_idNostringApplication owner ID (must be a valid user ID)
app_technical_owner_idNostringTechnical owner ID (must be a valid user ID)
app_financial_owner_idNostringFinancial owner ID (must be a valid user ID)
app_tagsNoarrayArray of application tags
app_custom_fieldsNoarrayArray of custom field objects (see below)

Custom Fields Format:

  • Each object in app_custom_fields:
    • field_id: Unique identifier of the custom field
    • field_value: Value to set for the custom field

Notes:

  • Only app_name is required.
  • If app_status or app_type is not provided, default values of active and application will be applied respectively.
  • All validations will be applied during application creation
  • Custom field IDs must be valid and accessible to your organization
Language
Credentials
Header
Click Try It! to start a request and see the response here!