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

Overview

The “Add Twilio API Key” endpoint allows users to integrate their Twilio API key into their Toingg account. By sending a POST request to the /get_twilio_message/{apiKey}/{campId} endpoint, users can securely add their Twilio API key, enabling messaging capabilities through the Twilio platform. This functionality is crucial for enhancing communication within campaigns, ensuring that messaging is efficient and aligned with user needs. The endpoint supports seamless integration to improve messaging capabilities and align with evolving business requirements.

Example cURL Request

curl -X POST \
  'https://api.toingg.com/api/v3/message/get_twilio_message/YOUR_API_KEY/YOUR_CAMP_ID' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'

Path Parameters

apiKey
string
required
campId
string
required

Response

200
application/json
Successful Response

The response is of type any.