Client Access Credentials

In order to access the full functionality of the Everyware API, client access credentials must be provided via Basic Authentication. The credentials consist of an API Key and a Username, which must be sent over in the API call header, with standard Base64 encoding.

Because of the secure nature of this transaction, the call must be made over HTTPS using a minimum of TLS (Transport Layer Security) 1.2.

You will need to get your business' API Key and Username from your Everyware Account Manager or email [email protected] to request them.

curl --location 'https://rest.everyware.com/' \
--header 'Authorization: Basic [xxx]' \
--header 'Content-Type: application/json' \
--data-raw ' {} '