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
Was this page helpful?