The Owners API allows for account management, including creating, toggling, and deleting API keys. These keys provide secure access to system functionality and can be enabled or disabled as needed.
Endpoints
Endpoint | Method | Description |
---|---|---|
/api2/owners/api-key/add | POST | Adds a new API key. |
/api2/owners/api-key/toggle | POST | Toggles the status of an existing API key. |
/api2/owners/api-key/delete | POST | Deletes an API key. |