Enrollment endpoints
Enrollment endpoints API overview
The Enrollment endpoints API allows integrators to manage enrollment endpoints within SCM.
The API supports the following actions:
- Creating, listing, updating, deleting enrollment endpoints
- Managing endpoint configurations
- Managing endpoint delegations
Enrollment endpoints API actions
The following table lists the API actions.
Click any action in the first column to open its API reference page.
Enrollment endpoints
| Action | Method | Path | Description |
|---|---|---|---|
| List enrollment endpoints | GET | /api/endpoint/v1 | Retrieve all enrollment endpoints. |
| Create an enrollment endpoint | POST | /api/endpoint/v1 | Create a new enrollment endpoint. |
| Get enrollment endpoint details | GET | /api/endpoint/v1/{id} | Retrieve details of a specific enrollment endpoint. |
| Update enrollment endpoint | PUT | /api/endpoint/v1/{id} | Update an existing enrollment endpoint. |
| Delete enrollment endpoint | DELETE | /api/endpoint/v1/{id} | Delete an enrollment endpoint. |
Enrollment endpoint configuration
| Action | Method | Path | Description |
|---|---|---|---|
| Get enrollment endpoint configuration | GET | /api/endpoint/v1/{id}/config | Retrieve configuration details for an enrollment endpoint. |
| Create/Update enrollment endpoint configuration | PUT | /api/endpoint/v1/{id}/config | Create or update configuration settings for an enrollment endpoint. |
Enrollment endpoint delegations
| Action | Method | Path | Description |
|---|---|---|---|
| Create/Update enrollment endpoint delegations | PUT | /api/endpoint/v1/{id}/delegations | Create or update endpoint delegations to an organization or department. |
| Remove all enrollment endpoint delegations | DELETE | /api/endpoint/v1/{id}/delegations | Remove all endpoint delegations from an organization or department. |
Updated about 23 hours ago