curl --request GET \
--url https://api.paubox.net/v1/orca/{username}/tracking_links \
--header 'authorization: <api-key>'{
"data": [
{
"id": "<string>",
"type": "tracking_link",
"attributes": {
"target_url": "<string>",
"opened_at": "2023-11-07T05:31:56Z",
"clicked": 123,
"campaign_mailing_delivery_id": "<string>"
}
}
]
}Return a list of json data for all tracking links associated to a campaign mailing send or campaign mailing delivery.
Note: The campaign_mailing_send_id is available from the Paubox Marketing interface analytics page. Click a sent campaign and the URL will show a selectedId.
If you pass in the campaign_mailing_send_id, it will return a list of every link in every email sent in the campaign and the tracking info.
curl --request GET \
--url https://api.paubox.net/v1/orca/{username}/tracking_links \
--header 'authorization: <api-key>'{
"data": [
{
"id": "<string>",
"type": "tracking_link",
"attributes": {
"target_url": "<string>",
"opened_at": "2023-11-07T05:31:56Z",
"clicked": 123,
"campaign_mailing_delivery_id": "<string>"
}
}
]
}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
UUID string, available from the Paubox Marketing interface analytics page. Click a sent campaign and the URL will show a selectedId
Attribute to sort on. Default value is created_at
Direction to sort. Default value is descending
asc, desc Tracking links data
Show child attributes