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/topics \
-H "Authorization: Bearer mf_live_your_api_key"
{
"data": [
{
"id": "top_123",
"name": "Product Updates",
"description": "Weekly digests on new features and product improvements",
"defaultStatus": "opt_in"
},
{
"id": "top_456",
"name": "Promotions",
"description": "Exclusive discounts and seasonal sales",
"defaultStatus": "opt_out"
}
]
}
List all email topics configured in your workspace.
curl -X GET https://api.mailofly.com/api/v1/topics \
-H "Authorization: Bearer mf_live_your_api_key"
{
"data": [
{
"id": "top_123",
"name": "Product Updates",
"description": "Weekly digests on new features and product improvements",
"defaultStatus": "opt_in"
},
{
"id": "top_456",
"name": "Promotions",
"description": "Exclusive discounts and seasonal sales",
"defaultStatus": "opt_out"
}
]
}
curl -X GET https://api.mailofly.com/api/v1/topics \
-H "Authorization: Bearer mf_live_your_api_key"
{
"data": [
{
"id": "top_123",
"name": "Product Updates",
"description": "Weekly digests on new features and product improvements",
"defaultStatus": "opt_in"
},
{
"id": "top_456",
"name": "Promotions",
"description": "Exclusive discounts and seasonal sales",
"defaultStatus": "opt_out"
}
]
}