Skip to main content

Get the list of dealers

Get the list of dealers

Responses

OK


Schema
    dimDealerList object[]
  • Array [
  • dealerGroup string
    dealerId int64
    dealerSk int64
    dealerUuid string
    isValid string
    name string
  • ]
  • error object
    errorCode string
    errorDescription string
    status string
    warning object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
GET /dealers

Request

Base URL
//api.mykaarma.com/reporting/v2
curl / cURL
curl -L -X GET '//api.mykaarma.com/reporting/v2/dealers' \
-H 'Accept: application/json'