🚀 Welcome! Spot an issue or have feedback? Let us know.
curl --location -g --request GET 'https://api.parseur.com/parser/{{PARSER_ID}}/export_config' \
--header 'Authorization;'
{
"count": 1,
"current": 1,
"total": 1,
"results": [
{
"id": 123,
"name": "My Download",
"type": "PARSER",
"items": [
"CustomerName",
"CustomerPhone"
],
"csv_download": "/parser/<secret>/download/my-download-udpated.csv?cfg=123",
"xls_download": "/parser/<secret>/download/my-download-udpated.xlsx?cfg=123"
}
]
}