SuperOffice REST API v1
• 1 minute to read
• 1 minute to read
Welcome to the SuperOffice WebAPI.
Building blocks
The HTTP WebAPI comes in two parts:
- REST WebAPI - URLs describe entities like person or sale: Learn | Download Swagger File | Reference
- Agents WebAPI - the services API accessible via HTTP: Learn | Download Swagger File | Reference
While the Agents WebAPI is the most complete of the two, the REST WebAPI covers the most common use cases and is easier to use and navigate.
Getting started
- Get the version number and build date from the API endpoint:
/api
- Get a list of supported URLs using the version URL:
/api/v1