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
Your API key should be included in the header of all requests:
| Key | Value |
userToken |
{apiKey} |