Our APIs give access to a collection of 'RESTful' web services. 


You interact with our resources by sending an HTTP message to a URL. The URL determines the resource and the HTTP method defines the type of action.


Access to our services is controlled via tokens (OAuth 2.0). 


To get a token you must call our token end-point with your access credentials. Tokens remain valid for a limited time.


High-level steps for developers


  • Set up Access credentials in DG AutoCheck
  • Get Access Token from DG AutoCheck 
  • Set up webhook notifications
  • Get Verification signature for the webhook messages
  • Use Verification signature to validate webhook notifications
  • Use Access Token to make API calls