Skip to main content
GET
/
api
/
application-management
Get all application management configurations
curl --request GET \
  --url https://your-instance.example.com/api/application-management \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Response

Configurations returned

success
boolean
data
object[]