Introduction to the REST API

Last updated:

Our REST API provides an integration mechanism for those cases where there is no native SDK that can be integrated with the Marketing Automation Platform.

In all cases, the API endpoints support the EDN format, which encodes different data types to avoid sending information as strings, as opposed to JSON.

To use JSON as serialization format, you must specify the Content-Type and Accept HTTP headers as application/json.

On this page