Introduction

The Unit21 API enables you to integrate your systems with our services. Our API follows the REST convention and accepts and returns JSON data.

All requests should use the appropriate API URL which can be found at:

  • Production 1: https://api.unit21.com
  • Production 2: https://api.prod2.unit21.com
  • Production 3: https://api.prod1.eu-central-1.unit21.com
  • Sandbox 1: https://sandbox1-api.unit21.com
  • Sandbox 2: https://sandbox2-api.unit21.com
  • Sandbox 3: https://api.sandbox1.eu-central-1.unit21.com

All API requests must be made over HTTPS; calls made over plain HTTP will fail. API requests without authentication will also fail - see the Authentication section for information on correctly authenticating calls to the Unit21 API.

📘

Unit21 ONLY SUPPORTS UTF-8 ENCODING!

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Charset

API Response Time

Response times across all object create/update endpoints:

  • p95 of <1000ms
  • p50 of <100ms