cURL
curl "https://app.tatango.com/api/v2/lists/" -d '{"list":{"name":"Name"}}' -X PUT \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ -u [email protected]:my_api_key \ -H "Host: example.org" \ -H "Cookie: "
This endpoint updates a list.
PUT https://app.tatango.com/api/v2/lists/<ID>
Tatango authenticates API requests by validating an API key passed via HTTP Basic Authentication. Use your login email as the username and your API key as the password.
The ID of the list to change.
Show child attributes
List name
API Opt-In Confirmation Request
HELP Response
STOP Response
REPLY Response
Already Subscribed Response
First Opt In Message
Second Opt In Message
Email to send email digest to. Leave blank if you dont want to receive
Email to send subscribe notifications to. Leave blank if you dont want to receive
Email to send unsubscribe notifications to. Leave blank if you dont want to receive
Was this page helpful?