Skip to main content

Get AWS Attributes for a dealer


ApiScope: manage.dealer.read
API Scope Level: DealerScope
Path Parameters
    dealerUUID 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
    dealerAWSAttributes object
    username string
    password string
GET /v2/dealers/:dealerUUID/awsAttributes

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
dealerUUID — path required
Accept
curl / cURL
curl -L -X GET '/manage/v2/dealers/:dealerUUID/awsAttributes' \
-H 'Accept: application/json'