API Reference

API Reference

How to generate a token FR

  1. Request a web service username and password from CARFAX Canada
  2. Send a GET request to "https://apigateway.carproof.com/token"
  3. Capture the token string returned by the request to "https://apigateway.carproof.com/token" (you may have to strip the quotes from the response)
This token can then be used to gain access to applicable CARFAX Canada API end points.

How to use the token in an API request FR

Add the following to the header for all requests made to a CARFAX Canada API end point:
  • Key: "WebServiceToken"
  • Value: [token]
Note: replace [token] with the actual token string value captured in "How to generate a token".