Quickstart

We encourage users to get acquainted with our API in our sandbox. Please contact us if you're interested in obtaining credentials to access the sandbox.

Once you have access to our sandbox or production environments, there are two options for you to interact with our API:

  • An OpenAPI generated SDK
  • Your own custom client implementation

SDK Client Generation

We have an OpenAPI JSON file available for you to download:

There are numerous tools available through Github, OS package managers, and language specific package managers that will generate API clients in your language of choice from our OpenAPI JSON file. One example of these tools is swagger-codegen.

Please note: we provide the OpenAPI JSON file for your convenience. We do not officially support any of the code that will be generated from the file at this time.

Custom Implementation

Developers are welcome to implement their own custom clients too, let us know if you are proud of it!


What’s Next