POST
/
get_twilio_message
/
{apiKey}
/
{campId}
curl --request POST \
  --url https://api.toingg.com/api/v3/get_twilio_message/{apiKey}/{campId}
"<any>"

Overview

The “Get Twilio Message” endpoint allows users to retrieve messages from their Toingg account. By sending a POST request to the /get_twilio_message/{apiKey}/{campId} endpoint, users can access specific messages by specifying the API key and campaign ID. This functionality is crucial for reviewing and analyzing message content, ensuring that messages are easily accessible for quality assurance, training, or compliance purposes. The endpoint supports efficient retrieval of messages to enhance user experience and meet business requirements.

Path Parameters

apiKey
string
required
campId
string
required

Response

200
application/json

Successful Response

The response is of type any.