# App

Endpoint: POST app
Version: v1
Security: X-Signature

## Header parameters:

  - `X-Signature` (string, required)

## Request fields (application/json):

  - `version` (string)
    The version of the event.
    Example: 1

  - `id` (string)
    The unique identifier for the event. This can be used as an idempotency key.
    Example: c478966c-f927-411c-b919-179832d3d50c

  - `tenantId` (string)
    The unique identifier of the tenant the event belongs to.
    Example: 4f9d2e7a-1b3c-4d5e-8f6a-7c8b9d0e1f2a

  - `timestamp` (integer)
    When the event occurred, formatted as a UNIX timestamp (in seconds).
    Example: 1698604061

  - `type` (string)
    The type of event that occurred.
    Enum: "CREATE", "UPDATE", "DELETE"

  - `category` (string)
    The category of the event.
    Enum: "ENTITY"

  - `description` (string)
    The description of the event. Note: this is subject to change and should not be used to match on this object.
    Example: Google Workspace first observed

  - `object` (string)
    The object that was created, updated or deleted.
    Enum: "APP"

  - `friendlyName` (string)
    The friendly name of this object. Note: this is subject to change and should not be used to match on this object.
    Example: App

  - `new` (object)
    This object represents an app in your organization.

  - `new.id` (string)
    Unique identifier for this object
    Example: 2a2197de-ad2c-47e4-8dcb-fb0f04cf83e0

  - `new.type` (string)
    The type of app, formatted as an ENUM value.
    Example: ZAPIER

  - `new.approvalStatus` (string)
    Approval status of the app, `null` if not set
    Enum: "UNDER_REVIEW", "APPROVED", "NOT_APPROVED"

  - `new.sensitivityLevel` (string)
    The sensitivity level of the app, `null` if not set
    Enum: "HIGH", "MEDIUM", "LOW"

  - `new.ownerId` (string)
    Identifier of the employee who is the owner of this platform
    Example: 87569da6-fb7a-4df7-8ce2-246c14044911

  - `new.notes` (string)
    Notes recorded on this app (Note - changes to this field do not trigger an UPDATE event)
    Example: Last security audit: 16 January 2023.


  - `new.categories` (array)
    Categories associated with this app

  - `new.categories.code` (integer, required)
    Numeric code identifying the category
    Example: 83

  - `new.categories.name` (string, required)
    Name of the category
    Example: AI/ML Applications

  - `new.categories.group` (string, required)
    The group this category belongs to
    Example: Technology

  - `new.creationTimestamp` (integer)
    When the app was first observed, formatted as a UNIX timestamp (in seconds)
    Example: 1698064423

