curl --request GET \
--url https://api.paubox.net/v1/orca/{username}/drip_campaigns \
--header 'authorization: <api-key>'{
"data": [
{
"id": "<string>",
"type": "drip_campaign",
"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
}
}
]
}Return json data about Drip Campaigns
curl --request GET \
--url https://api.paubox.net/v1/orca/{username}/drip_campaigns \
--header 'authorization: <api-key>'{
"data": [
{
"id": "<string>",
"type": "drip_campaign",
"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
}
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.paubox.com/llms.txt
Use this file to discover all available pages before exploring further.
Token-based authentication. Use format: "Token token=<API_KEY>" where <API_KEY> is your API key
Regex string to search on. Compares against drip campaign name
Attribute to sort on. Default value is created_at
Direction to sort. Default value is descending
asc, desc Drip campaigns data
Show child attributes