Skip to main content
The API Keys tab (Develop → API Keys) is where you manage the API credentials for this product — the public key (mk_) and secret key (msk_) used to authenticate against the Manufacturer API.

What you get

  • Your product’s mk_ (public) and msk_ (secret) keys
  • The headers every API request needs:
    x-api-key: mk_...
    x-secret-key: msk_...
    
Keep the msk_ secret key server-side — never ship it in a client app or browser bundle. See Authentication for the full rules.

Where they’re used

Full API reference

Base URL, auth, and all endpoints.