Authentication

Authenticate every request with your Sovrn-issued API key.

Every request must include the API key Sovrn issued to you, in the x-api-key
request header:

x-api-key: <your-sovrn-api-key>
📘

One header is all you send

Sovrn's API gateway exchanges your x-api-key for an internal credential
before the request reaches the service — you only ever send x-api-key.

Your key is scoped to the Curation API. Treat it as a secret: it grants the
ability to create and edit deals on your account.

Contact your Sovrn representative to obtain or rotate a key.


Did this page help you?