# App (Other)

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

## Header parameters:

  - `X-Signature` (string, required)
    Example: "X-Signature: t=1492774577,v1=5257a869..."

## 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"

  - `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,null)
    Domain the user logged into. This value is null if a OIDC login is used
    Example: "app.pushsecurity.com"

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

  - `new.name` (string,null)
    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

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

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

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

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

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

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

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

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


## Response 2XX fields
