# Get subscriber's data
# HTTP method: GET
https://api.sender.net/v2/subscribers/{email}
Returns a subscriber profile with the specified email address.
email string
required
The subscriber's email.
Code snippets
Response example
{
"data": {
"id": "o2lk68Y",
"email": "[email protected]",
"firstname": "Support",
"lastname": "Sender",
"unsubscribed_at": null,
"bounced_at": null,
"created": "2021-04-08 11:06:34",
"unsubscribed": 0,
"bounced": 0,
"spam_reported": 0,
"location": null,
"ip_address": null,
"sent_count": 4,
"opened_count": 0,
"clicked_count": 0,
"subscriber_tags": [
{
"id": "eZVD4w",
"title": "Test group",
"recipient_count": 1,
"unsubscribed_count": 0,
"bounced_count": 0,
"account_id": "eEqqve",
"user_id": "egp79a",
"created": "2021-05-11 08:37:45",
"modified": null
},
{
"id": "b2vAR1",
"title": "Test group 1",
"recipient_count": 2,
"unsubscribed_count": 0,
"bounced_count": 0,
"account_id": "eEqqve",
"user_id": "egp79a",
"created": "2021-05-11 08:38:19",
"modified": null
}
],
"columns": [
{
"value_id": "o26JYmL",
"value_type": "number",
"account_id": "eEqqve",
"subscriber_id": "o2lk68Y",
"field_id": "bDqoKd",
"field_title": "test num",
"value": {
"id": "o26JYmL",
"value": 1,
"field_id": "bDqoKd"
}
}
]
}
}
Last updated: 2021-05-12