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.
CC api key are provisioned by Support against your Console Connect User Account. Email Support to request a key.
Another layer of Authentication, Contact Support for x-sonata-buyer-key in the meantime.
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]]"