cURL
curl --request GET \ --url https://api.migma.ai/v1/export/formats \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "formats": [ { "name": "<string>", "description": "<string>", "supportedFormats": [ "<string>" ], "type": "simple" } ], "total": 123 }, "error": "<string>" }
Get available export formats
JWT Bearer token authentication. Use 'Authorization: Bearer ' where the JWT token is obtained from the login endpoint.
Available export formats retrieved
Show child attributes
Available export formats
Format name
Format description
Supported file formats
Export complexity type
simple
complex
Total number of available formats
Was this page helpful?