Skip to main content
This is a developer preview of our upcoming API. All endpoints are subject to change.

Authentication

All API endpoints are authenticated using JWT Bearer tokens in the Authorization header.

Required Headers

In addition to the Authorization header, all requests must include the following headers:
  • Content-Type: application/json
  • Accept: application/json
  • X-Client-Id: <your-client-id>
    • Required header that identifies which PIMS instance the request is intended for.
    • This unique identifier is provided by Oliver during the onboarding process.
    • Contact [email protected] if you need to obtain or verify your Client ID.