Returns the requested dealership object to the authenticated user

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

API Response

200 Success

{
  "id": 123,
  "insurance_form_provider": "PDP",
  "metric": false,
  "name": "Car Dealership of North Anywhere",
  "phone_number": "3059525963",
  "salesforce_id": "abc012DEF345ghi678",
  "time_zone": "America/Chicago",
  "address": {
    "line1": "5807 Berniece Center",
    "line2": "Apt. 806",
    "city": "Gutmannfurt",
    "subregion": "Montana",
    "zip": "18217",
    "country": "US",
    "google_reference_id": 12,
    "latitude": 127.11,
    "longitude": 142.67
  },
  "formatted_hours": "Mon - Sun 12:00am - 11:59pm",
  "dealership_hours": [
    {
      "day_of_week": 0,
      "open_hour": 0,
      "open_minute": 0,
      "close_hour": 23,
      "close_minute": 59
    }
  ],
  "onboarding_complete": false,
  "has_ccs": true,
  "has_tolls": true,
  "locale": "en-US",
  "email": "admin@example.com",
  "pdp": true,
  "contract_required": true,
  "open_days": [
    {
      "open": true,
      "day": 0,
      "opening": "11:00",
      "closing": "22:00"
    }
  ],
  "verified_insurance_client_id": "abc123",
  "oems": [
    "Toyota",
    "Honda"
  ],
  "oem_program_location": true,
  "dealer_group": "Premium Dealers",
  "integrations": [
    {
      "name": "mykaarma",
      "status": "active"
    }
  ]
}

401 Unauthorized

403 Forbidden

406 Not Acceptable

Updated 3 months ago