Skip to main content

Fetch WhatsApp sender status

Fetches the current status of the WhatsApp sender from Twilio and updates local DB

Path Parameters
    dealerUUID string required
Query Parameters
    departmentType string required
Responses

OK


Schema
    senderSid string
    senderId string
    phoneNumber string
    wabaId string
    senderStatus string
    profileName string
    about string
    description string
    callbackUrl string
    fallbackUrl string
    statusCallbackUrl string
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...