Owners

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

EndpointMethodDescription
/api2/owners/api-key/addPOSTAdds a new API key.
/api2/owners/api-key/togglePOSTToggles the status of an existing API key.
/api2/owners/api-key/deletePOSTDeletes an API key.