JavaScript
import Migma from 'migma'; const migma = new Migma('YOUR_API_KEY'); const { data, error } = await migma.export.getFormats();
{ "success": true, "data": { "formats": [ { "name": "<string>", "description": "<string>", "supportedFormats": [ "<string>" ], "type": "simple" } ], "total": 123 }, "error": "<string>" }
Get available export formats
API key authentication. Use 'Authorization: Bearer YOUR_API_KEY' where YOUR_API_KEY is obtained from the Migma dashboard under Settings → API Integration.
Available export formats retrieved
Show child attributes
Was this page helpful?