curl --location 'https://app.mgpanel.co/api/forms/' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"form": {
"_id": "507f1f77bcf86cd799439011",
"code": "0001",
"title": "Contacto",
"type": 1,
"status": 1,
"fields": [
{
"field_id": "60a1000000000000000000aa",
"label": "Email",
"type": 11,
"required": true,
"order": 0,
"options": []
}
],
"notifications": {
"primary": "admin@test.com",
"auto_reply_enabled": false,
"per_option_count": 0
},
"thanks": {
"type": 1,
"url": null
},
"submissions_count": 12,
"date": "2026-04-01T12:00:00.000Z",
"modified": null
}
}