Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.paubox.net/v1/orca/{username}/drip_campaigns/{id} \ --header 'authorization: <api-key>'
{ "data": { "id": "<string>", "attributes": { "name": "<string>", "subscription_list_id": "<string>", "subscription_list_name": "<string>", "state": "<string>", "updated_at": "2023-11-07T05:31:56Z", "start_trigger": "<string>", "subscriber_count": 123, "subscriber_completed_count": 123, "drip_campaign_nodes": "<string>", "drip_campaign_tree_blob": "<string>" } } }
Returns json data about a drip campaign
Token-based authentication. Use format: "Token token=<API_KEY>" where <API_KEY> is your API key
The ID of the drip campaign to fetch
Drip campaign data
Show child attributes