Authentication All requests to the Quote Engine are authenticated via anĀ API key. If a request does not contain a valid key, the Quote Engine will return a 403 error. Requests must be sent over HTTPs. Request Headers Your userToken API key should be included in the header of all requests: Key Value userToken {apiKey} Environments Your userToken API key is the same for both the TEST and PROD environments.