# App (Other)

Endpoint: POST apps_other
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: app.pushsecurity.com first observed

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

  - `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 (Other)

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

  - `new.id` (string)
    Unique identifier for this object
    Example: 35603905-ff98-4b7d-8940-eb1906a2bdf6

  - `new.domain` (string)
    Domain the user logged into. This value is null if a OIDC login is used
    Example: app.pushsecurity.com

  - `new.oauthAppId` (string)
    ID of the oauth app from the Identity Provider. This value is null if a password login is used.
    Example: 1234567890

  - `new.name` (string)
    Name of the app. This value is null if a password login is used.
    Example: Push Security

  - `new.hidden` (boolean)
    Whether the app is hidden or not.

  - `new.requestSupportStatus` (string)
    Current request support status of the app
    Example: DISCOVERED

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

