Changelog

improved

API Upgrade

The Sine API is undergoing improvements and all customers are required to update their API clients and client credentials before the 31st January 2025. See API Upgrade for more information.

added

Version 1.1

Feature

Description

Sites

GET /sine/sites/{siteID}/hosts - Returns a list of hosts registered at a site

Host Groups

GET/sine/v1/hosts/groups - Returns a list of host groups.

GET/sine/v1/hosts/groups/{id} - Returns host group details by ID.

POST/sine/v1/hosts/groups - Creates a new host group.

PUT/sine/v1/hosts/groups/{id} - Updates the name of an existing host group.

DELETE/sine/v1/hosts/groups/{id} - Deletes an existing host group

added

Version 1.0

Feature

Description

Sites

GET /sine/sites - Returns a list of Sites for a Team

GET /sine/sites/{siteID} - Returns details of an existing site

Invitation

POST /sine/invitations - Create an invitation

POST/sine/invitations/search/host - Search invitations by host email

PUT /sine/invitations/{invitationID} - Update an existing invitation

GET /sine/invitations/{invitationID} - Returns details of an existing invitation

DELETE /sine/invitations/{invitationID} - Delete invitation