Apps
API endpoints for installing, managing, and interacting with apps.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /apps/install | Install app |
| GET | /apps | List apps |
| GET | /apps/{appId} | Get app |
| DELETE | /apps/{appId} | Uninstall app |
| POST | /apps/{appId}/actions/{actionId} | Call action |
| POST | /apps/{appId}/service-accounts | Create app service accounts |