Skip to main content

Get DSD (MBUSA) specific dealer status


ApiScope: manage.dsd.read
API Scope Level: DealerScope
Path Parameters
    ServiceSubscriberDealer string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    statusCode string
    messagingFlag boolean
    paymentsFlag boolean
    internalCommFlag boolean
    dsdFlag boolean
GET /v2/dealer/:ServiceSubscriberDealer/status/dsd

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
ServiceSubscriberDealer — path required
Accept
curl / cURL
curl -L -X GET '/manage/v2/dealer/:ServiceSubscriberDealer/status/dsd' \
-H 'Accept: application/json'