Application
Retrieve an Application
GET
/
v1
/
applications
/
{uid}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
uid
string
requiredThe UID of the Application
Response
200 - application/json
uid
string
The UID of the Application.
name
string
The Application name.
status
enum<string>
default: discoveredThe 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")