...
The base URL of the APIs is: /onelistserver/api/datasync
e.g. https://iqx.onelistapprovals.com/onelistserver/api/datasync/synctasks. These APIs can be view viewed and tested using Swagger which is accesible accessible via /onelistserver/swagger
. The full API signatures can also be found here.
Authentication
The source system must use the API key that is assigned to it by OneList to interact with the data sync APIs. The API key should be specified in the X-API-Key
header in every HTTP request. Below is an example of a HTTP POST request:
...