List Site Apps

APISitesApplications

List Site Apps
#

Get List of Site Applications

GET /api/v1/sites/{site_id}/apps

API Code Playground


Responses

  • 200
  • 400
  • 401
  • 403
  • 404
  • 429

OK

application/json

[
  {
    "group": "string",
    "key": "string",
    "name": "string"
  }
]