Overview

The Billtrust platform provides a Representational State Transfer (REST) API for access to the data within the system. This API was made public in order to enable customers to build their own processes against the APIs, which will allow them real time access to their data within the platform.

This documentation will demonstrate how to work with the API using curl, a common command line utility for making web requests, and these curl statements use bash syntax. If you are running a different shell, such as the Windows command prompt or PowerShell, be sure to adjust these statements to match the syntax of your preferred shell.

The solutions that you build can be written in your language or tool of choice as long as it supports the ability to make web requests and can process the JSON responses that they return.