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
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The name of the application (must be unique within the organization)

string

The unique identifier of the application owner

string

The unique identifier of the technical owner

string

The unique identifier of the financial owner

app_tags
array of strings

Array of tags associated with the application

app_tags
string
enum

The type of application. Default is 'application'.

Allowed:
app_custom_fields
array of objects

Array of custom fields and their values for the application

app_custom_fields
string
enum

The status of the application. Default is 'active'.

Allowed:
Headers
string
required

API key for authentication

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json