Skip to main content

Authentication

To authenticate with the Partner API, you need to provide your Client ID and Client Secret using Basic Authentication. Each request to the API must include the Authorization header with the value Basic <base64-encoded-client-id:client-secret>.

For example, if your Client ID is my-client-id and your Client Secret is my-client-secret, you would include the following header in your request:

POST /api/v1/quote
Authorization: Basic bXktY2xpZW50LWlkOm15LWNsaWVudC1zZWNyZXQ=