curl --request GET \
--url https://api.paubox.net/v1/orca/{username}/analytics/tracking_links_by_unique_link \
--header 'authorization: <api-key>'{
"data": [
{
"html_id": 123,
"target_url": "<string>",
"clicked": 123
}
]
}Returns json data about interactions with tracking links
curl --request GET \
--url https://api.paubox.net/v1/orca/{username}/analytics/tracking_links_by_unique_link \
--header 'authorization: <api-key>'{
"data": [
{
"html_id": 123,
"target_url": "<string>",
"clicked": 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
Campaign id to search on
Order by attributes. Defaults to created_at
Order direction
asc, desc Tracking links data
Show child attributes