Headers and Body Formatting

Overview

After you’ve figured out what authentication method to use, you can send your first correctly formatted call to our system.

Header Formatting

Header formatting varies greatly depending on the programming language used for the integration. The best place to seek help with header formatting is in the documentation for your chosen language.

Body Formatting

Our API accepts only JSON formatted requests. We expect all integrations to follow the standard for this format. We can give some guidance on how to change a particular call, but you should consult the documentation on the standard while learning how to send calls to our API.

JavaScript Object Notation (JSON)

JSON documentation and functionality are part of many high level languages. The JSON standard itself is defined here: JSON Documentation