GET
/
v1
/
applications
/
{uid}

Authorizations

Authorization
string
header
required

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
created_at
string

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

name
string

The Application name.

status
enum<string>
default:
discovered

The status of the Application.

Available options:
discovered,
approved,
restricted
uid
string

The UID of the Application.

updated_at
string

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