Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET https://api.mailofly.com/api/v1/segments \
-H "Authorization: Bearer mf_live_your_api_key"
{
"data": [
{
"id": "seg_123",
"name": "High-Value Customers",
"type": "dynamic",
"contactsCount": 142
},
{
"id": "seg_456",
"name": "Newsletter Subscribers",
"type": "manual",
"contactsCount": 850
}
]
}
List all segments configured in your workspace.
curl -X GET https://api.mailofly.com/api/v1/segments \
-H "Authorization: Bearer mf_live_your_api_key"
{
"data": [
{
"id": "seg_123",
"name": "High-Value Customers",
"type": "dynamic",
"contactsCount": 142
},
{
"id": "seg_456",
"name": "Newsletter Subscribers",
"type": "manual",
"contactsCount": 850
}
]
}
curl -X GET https://api.mailofly.com/api/v1/segments \
-H "Authorization: Bearer mf_live_your_api_key"
{
"data": [
{
"id": "seg_123",
"name": "High-Value Customers",
"type": "dynamic",
"contactsCount": 142
},
{
"id": "seg_456",
"name": "Newsletter Subscribers",
"type": "manual",
"contactsCount": 850
}
]
}