Base URL

The base url of the public api is https://api.siit.io. The API is versionned but any route / param is subject to change while we’re still on V0 (beta).

A note about Resources

Our API uses prefixed UIDs to identify the type of resources we’re working with. Here is a non-exhaustive list of resources you might encounter and their corresponding UID format:

ResourceUID FormatAdditional note
Requestreq_xxx(or REQxxx for legacy objects)
Useru_xxx(or Uxxx for legacy object)
Applications_xxx(or Sxxx for legacy object)
Servicewa_xxx(or WAxxx for legacy object)
Tagtv_xxx(or TVxxx for legacy object)
Workflowwfe_xxx(or WFExxx for legacy object)

Rate limiting

Please note that requests are limited to 60 requests / minutes. Contact us if you need higher quota.

Queries made to our API will return custom headers:

HeaderDescription
X-SiitApi-LimitThe number of requests allowed / period
X-SiitApi-RemainingHow many requests remain for the current period
X-SiitApi-ResetThis header is only returned on when you have been rate-limited and represents the timestamp at which you can start querying again