The following macros are not currently supported in the header:
  • style

Code Samples

Here are sample applications that communicate with our public API. If you would like to contribute one, please share it on our developer forum and we may select to list here. Please ensure you remove any confidential details, such as keys and passwords, before sharing any code.

Web application authentication in NodeJS

This is a very crude example of the process of authenticating an end user with Accelo. It will result with a bearer token that can be used for subsequent API read requests. Please see readme to get started.

Download Sample