These logs document changes to the Arken Public API. The document lists the change and the environment where it is rolled out.
ACTIVE ENVIRONMENTS The environments where the changes are live are listed on the side.
Breaking changes are listed where relevant. Breaking changes are any changes in resource paths, changing of payload structures or fixing HTTP verbs and response codes. This may require development.
New endpoint for File Download TESTING
Breaking changes
The /file endpoint has been split into two different calls. /file/download and /file/getdetail.
/file/download will only return the download URL of the document. This will create an event and it is broadcasted via the webhook service.
/file/getdetail will return all the details about the file similar to the old /file call. This will not create an event.
The purpose of this change was to stop the /file GET method to create an event. Which stops any polling from constantly creating events when the response needed is just the file details.
See Public API documentation for more detail.