v3.0.0

๐Ÿ” API Authentication

๐Ÿ“‹ Quick Setup:

  1. Enter your API token in the form below
  2. Click "Set Authentication" to save it
  3. Go to Interactive API and test endpoints

Authentication Details

The ATC Portal API uses token-based authentication. Your API token must be included in the request header for all API calls.

๐Ÿ“‹ Authentication Method

Type: API Key Authentication

Header Name: apiToken

Location: HTTP Request Header

๐Ÿ’ก How It Works

When you set your token above, it will be automatically included in all API requests made through the Interactive API. The token is sent as an HTTP header in this format:

apiToken: YOUR_API_TOKEN_HERE

๐Ÿงช Testing with cURL

If you want to test the API outside of this documentation, here's an example cURL command:

curl -X GET "https://api.autotitling.com/api/APIStack/v3/GetDealerSummary/20250911-192528253-403461" \ -H "Content-Type: application/json" \ -H "apiToken: YOUR_API_TOKEN_HERE"

๐Ÿ”’ Security Best Practices

๐Ÿ“ž Getting Your API Token

Need an API token? Contact your ATC representative to obtain your authentication token. They will provide you with a unique token for your organization.