Skip to main content

Authentication

All requests to the Quote Engine are authenticated via a userToken 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

The request header should contain yourYour API key asshould follows:be included in the header of all requests:

Key Value
userToken {apiKey}