Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
JavaScript
import Migma from 'migma'; const migma = new Migma('YOUR_API_KEY'); const { data, error } = await migma.domains.list();
{ "success": true, "data": [ { "_id": "<string>", "domain": "<string>", "regionName": "<string>", "mailFromDomain": "<string>", "dnsRecords": [ { "name": "<string>", "value": "<string>", "priority": 123 } ], "ownershipVerified": true, "openTracking": true, "clickTracking": true, "brandedTracking": true, "createdAt": "2023-11-07T05:31:56Z", "verifiedAt": "2023-11-07T05:31:56Z", "isManagedDomain": true } ], "error": "<string>", "count": 123 }
List all sending domains for the authenticated user. Requires API key with domain:read.
API key authentication. Use 'Authorization: Bearer YOUR_API_KEY' where YOUR_API_KEY is obtained from the Migma dashboard under Settings → API Integration.
Domains list
Show child attributes
Was this page helpful?
Suggestions
Contact support