Returns a list of apps used in the organization.

Filtering is available via the documented query parameters below and by custom application fields.

Example:

GET /apps?fields=id,name,myCustomField&state=discovered&myCustomField=true

The above example returns a list of applications that are in discovered state and myCustomField is true. Each application object will contain the id, name and myCustomField fields.

Language
Authorization
Header
Click Try It! to start a request and see the response here!