Skip to main content
All API requests (except /health) require a valid API key passed as a Bearer token in the Authorization header.

API key format

Making authenticated requests

Pass your key in the Authorization header with the Bearer scheme:

Environments

Use test keys during development. They connect to sandbox data and won’t affect production.

Data scoping

Each API key is scoped to a partner account. You will only see contracts and suppliers that your partner account has been granted access to. If you need access to additional data, contact your account manager.

Key rotation

When you rotate your API key, the previous key can optionally be revoked immediately. Plan for a brief overlap period if you need zero-downtime rotation:
  1. Request a new key from your account manager
  2. Update your application to use the new key
  3. Confirm the old key is no longer in use
  4. Request revocation of the old key

Error responses

If your key is missing, invalid, or revoked:
If your key is valid but you are accessing data outside your partner scope: