Gets the status of the brand for the dealer for given department
Gets the status of the brand for the dealer for given department
Path Parameters
dealerUUID string required
Query Parameters
departmentType string required
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
sid string
brandType string
brandStatus string
failureReason string
brandScore int32
brandFeedback string[]
identityStatus string
status string
Possible values: [SUCCESS
, FAILURE
]
errors object[]
warnings object[]
{
"sid": "string",
"brandType": "string",
"brandStatus": "string",
"failureReason": "string",
"brandScore": 0,
"brandFeedback": [
"string"
],
"identityStatus": "string",
"status": "SUCCESS",
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
GET /dealers/:dealerUUID/twilio/applicationToPerson/brand/status
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X GET '/communications/dealers/:dealerUUID/twilio/applicationToPerson/brand/status' \
-H 'Accept: application/json'
python / requests
curl -L -X GET '/communications/dealers/:dealerUUID/twilio/applicationToPerson/brand/status' \
-H 'Accept: application/json'
go / native
curl -L -X GET '/communications/dealers/:dealerUUID/twilio/applicationToPerson/brand/status' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X GET '/communications/dealers/:dealerUUID/twilio/applicationToPerson/brand/status' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X GET '/communications/dealers/:dealerUUID/twilio/applicationToPerson/brand/status' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X GET '/communications/dealers/:dealerUUID/twilio/applicationToPerson/brand/status' \
-H 'Accept: application/json'
php / cURL
curl -L -X GET '/communications/dealers/:dealerUUID/twilio/applicationToPerson/brand/status' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X GET '/communications/dealers/:dealerUUID/twilio/applicationToPerson/brand/status' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X GET '/communications/dealers/:dealerUUID/twilio/applicationToPerson/brand/status' \
-H 'Accept: application/json'