Control Service Point instances and the applications that are configured to specified Service Point instances.
| Resource URL | Authorization | Description |
| /user/api/v1/servicePoints (GET) | System Admin, Admin | Retrieves information about Service Point instances that have been registered. |
| /user/api/v1/servicePoints (POST) | System Admin, Admin | Creates a service point. |
| /user/api/v1/servicePointMinimumConfig (POST) | System Admin, Admin | Creates a service point with minimal configurations for provisioning Service Point instances on Cisco devices. |
| /user/api/v1/servicePoints/images (GET) | System Admin, Admin | Returns a list of available versions of Service Point images. |
| /user/api/v1/servicePoints/versions (GET) | System Admin, Admin | Returns a list of available service point updates and the minimum required version that a service point must be running to apply each update. |
| /user/api/v1/servicePoints/{id} (GET) | System Admin, Admin | Returns information about a specific service point that has been registered based on the ID of the service point. |
| /user/api/v1/servicePoints/{id} (PATCH) | System Admin, Admin | Updates a specific Service Point instance to a given semantic version. |
| /user/api/v1/servicePoints/{id} (DELETE) | System Admin, Admin | Deletes a specified service point. |
| /user/api/v1/servicePoints/{id}/settings (PATCH) | System Admin, Admin | Updates the settings of a specified Service Point based on the ID of the service point. |