# Get subscriber's data
# HTTP method: GET
https://api.sender.net/v2/subscribers/{email}or{phone}or{ID}
Returns a subscriber profile with the specified email address or subscriber ID
Email, phone number, or ID string
required
Subscriber's email address, phone number, or ID
Code snippets
Response example
{
"data": {
"id": "o2lk68Y",
"email": "[email protected]",
"firstname": "Sender",
"lastname": "Support",
"phone": "+370XXXXXXXX",
"phone_country": {
"phone_code": 370,
"country_code": "LT"
},
"created": "2021-04-08 11:06:34",
"location": null,
"status": {
"email": "unsubscribed",
"temail": "active"
},
"ip_address": null,
"subscriber_tags": [
{
"id": "eZVD4w",
"title": "Test group"
},
{
"id": "b2vAR1",
"title": "My Renamed Group"
}
],
"columns": [
{
"id": "bDqoKd",
"title": "test num",
"type": "number",
"default": true,
"value": 1
},
{
"id": "avAlVe",
"title": "First name",
"type": "text",
"default": true,
"value": "Support"
},
{
"id": "dwBVJb",
"title": "Last name",
"type": "text",
"default": true,
"value": "Sender"
}
],
"sms_campaign": {
"sent_count": 0,
"clicked_count": 0,
"delivered_count": 0,
"failed_count": 0,
"unsubscribed_at": null,
"unsubscribed": 0
},
"email_campaign": {
"sent_count": 4,
"opened_count": 0,
"clicked_count": 0,
"unsubscribed": 0,
"bounced": 0,
"spam_reported": 0
}
}
}