Version: v3
Integration API
Introduction
This API provides a RESTful interface to interact with Paperbox objects. The integration API is hosted on the domain https://integration.{ENV}.paperbox.ai, where ENV can be either acc for our Acceptance environment or prd for our Production environment.
Authentication
Paperbox provisions a certificate to the API consumer which is used to sign secure JSON Web Tokens (JWT) on the consumer side, which are then sent in the requests to our API. This approach is further described here.
As an additional layer of security, our API also requires an API key, which we provision for each consumer.