GET
/
v1
/
applications
/
{uid}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uid
string
required

The UID of the Application

Response

200 - application/json
uid
string

The UID of the Application.

name
string

The Application name.

status
enum<string>
default: discovered

The status of the Application.

Available options:
discovered,
approved,
restricted
updated_at
string

datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")

created_at
string

datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")