Application
List all Applications
Fetch Applications associated to a company
GET
/
v1
/
applications
Introduction
Please note archived applications are NOT returned.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
status_in[]
enum<string>[]
Filter by Application's status.
Available options:
discovered
, approved
, restricted
created_after
string
Filter Application created after a date.
created_before
string
Filter Application created before a date.
updated_after
string
Filter Application updated after a date.
updated_before
string
Filter Application updated before a date.
page
integer
The current page
per_page
integer
Number of results retrieved per page.
Response
200 - application/json
meta
object
results
object[]