curl --request GET \
--url https://api.paubox.net/v1/orca/{username}/analytics/subscribers_by_tracking_link \
--header 'authorization: <api-key>'{
"data": [
{
"id": "<string>",
"type": "<string>",
"attributes": {
"email": "jsmith@example.com",
"first_name": "<string>",
"last_name": "<string>",
"custom_fields": [
{
"subscriber_custom_field_type_id": "<string>",
"value": "<string>"
}
]
}
}
]
}Returns json data about subscribers for a specific tracking link
curl --request GET \
--url https://api.paubox.net/v1/orca/{username}/analytics/subscribers_by_tracking_link \
--header 'authorization: <api-key>'{
"data": [
{
"id": "<string>",
"type": "<string>",
"attributes": {
"email": "jsmith@example.com",
"first_name": "<string>",
"last_name": "<string>",
"custom_fields": [
{
"subscriber_custom_field_type_id": "<string>",
"value": "<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
Campaign id to search on
html_id of the associated tracking link
Order by non-id attributes. Defaults to created_at
Order direction
asc, desc Subscribers by tracking link data
Show child attributes