Authentication

Users must authenticate successfully before any further API calls can be made. There are two authentication headers required for authenticating to api outlined in this section.

Console Connect API key

CC api key are provisioned by Support against your Console Connect User Account. Email Support to request a key.

x-sonata-buyer-key

Another layer of Authentication, Contact Support for x-sonata-buyer-key in the meantime.

Example request

curl -X GET https://api.consoleconnect.com/Sonata/mefApi/sonata/productInventory/v7/product/{id} \
-H "Authorization: Bearer [[Console Connect api key]]"
-H "x-sonata-buyer-key: Bearer [[x-sonata-buyer-key]]"