For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get 10DLC Campaign

GET or POST Request

https://v1.api19.com/campaigns/campaign/get

Get details of a specific 10DLC campaign

Curl (POST)
curl https://v1.api19.com/campaigns/campaign/get \
 -d 'key=api_token' \
 -d 'id=12345'

Parameters

  • id (required) - Campaign ID

Last updated