Initial Setup
The REST API can be access through the following endpoints:
Production: Contact Us
Sandbox: Contact Us
ALL requests must contain an API key in the headers of each request in the following format. API keys are provided by us. Contact a representative for inquiries.
Header Parameter
Type
apiKey
String
API key provided by Support
content-type
String
application/json
Additionally, all requests must have content type of application/json. Make sure that this content-type parameter is included in your request.
Last updated