Gets the status of the campaign for the dealer for given department
Gets the status of the campaign 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
status string
Possible values: [SUCCESS
, FAILURE
]
errors object[]
warnings object[]
sid string
brand_registration_sid string
messaging_service_sid string
campaign_status string
campaign_id string
{
"status": "SUCCESS",
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
],
"sid": "string",
"brand_registration_sid": "string",
"messaging_service_sid": "string",
"campaign_status": "string",
"campaign_id": "string"
}
GET /dealers/:dealerUUID/twilio/applicationToPerson/campaign/status
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X GET '/communications/dealers/:dealerUUID/twilio/applicationToPerson/campaign/status' \
-H 'Accept: application/json'
python / requests
curl -L -X GET '/communications/dealers/:dealerUUID/twilio/applicationToPerson/campaign/status' \
-H 'Accept: application/json'
go / native
curl -L -X GET '/communications/dealers/:dealerUUID/twilio/applicationToPerson/campaign/status' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X GET '/communications/dealers/:dealerUUID/twilio/applicationToPerson/campaign/status' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X GET '/communications/dealers/:dealerUUID/twilio/applicationToPerson/campaign/status' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X GET '/communications/dealers/:dealerUUID/twilio/applicationToPerson/campaign/status' \
-H 'Accept: application/json'
php / cURL
curl -L -X GET '/communications/dealers/:dealerUUID/twilio/applicationToPerson/campaign/status' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X GET '/communications/dealers/:dealerUUID/twilio/applicationToPerson/campaign/status' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X GET '/communications/dealers/:dealerUUID/twilio/applicationToPerson/campaign/status' \
-H 'Accept: application/json'