Skip to main content

Get valid status For dealer UUID


ApiScope: manage.dealer.read
API Scope Level: ServiceSubscriberScope
Request Body required
    dealerUuids string[]
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    dealerValidity object
    property name* boolean
POST /v2/dealer/validate

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
Body required
{
"dealerUuids": [
"string"
]
}
Accept
curl / cURL
curl -L -X POST '/manage/v2/dealer/validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerUuids": [
"string"
]
}'