Skip to main content
GET
/
emails
/
lists
/
:id
Fetch List Profile
curl --request GET \
  --url https://api-prod.syntr.co/api/v1/email-marketing/emails/lists/:id \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "id": "list-1234",
    "name": "Marketing Leads"
  }
}
{
  "success": true,
  "data": {
    "id": "list-1234",
    "name": "Marketing Leads"
  }
}