Returns the Dealership objects available 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 Parameters

Response Status Codes

Error Codes

Sample API Call

curl --request GET \
     --url 'https://api.dealerware.com/admin/dealerships?page=1&per_page=25' \
     --header 'accept: application/json'

Sample Response

[
  {
    "id": 123,
    "name": "Car Dealership of North Anywhere",
    "formatted_hours": "Mon - Sun 12:00am - 11:59pm",
    "onboarding_complete": true,
    "has_ccs": true,
    "oem_dealer_codes": [
      "ONE",
      "TWO"
    ]
  }
]