Skip to main content

get opt-out status for communication type and value

get opt-out status for communication type and value

Path Parameters
    departmentUUID string required
    communicationType string required
    communicationValue string required
Responses

OK


Schema
    optOutStatus object
    optOutState string
    canSendOptinRequest boolean
    timeOfChange date-time
    requestUUID string
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
GET /department/:departmentUUID/communicationType/:communicationType/communicationValue/:communicationValue/optoutstatus

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
departmentUUID — path required
communicationType — path required
communicationValue — path required
curl / cURL
curl -L -X GET '/communications/department/:departmentUUID/communicationType/:communicationType/communicationValue/:communicationValue/optoutstatus' \
-H 'Accept: application/json'