v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBExport and import
Export programs
Exports one or more programs to a ZIP file.
This endpoint starts an async export process. When that process is done, the program status, for each exported program, changes to SUCCESS.
To download the exported file, call the Download exported program endpoint.
post/programs/v1/programs/export/batch
Request body
Example request
{
"export_ids": [
1,
2
]
}Response
Created
Example response
[
{
"id": 1,
"program_id": 1010,
"program_name": "Digital wallet program",
"program_type_id": 1,
"status": "SUCCESS",
"details": "Details of program export 484",
"file_url": "export/TN-00001/484/export.json",
"started_at": "2023-07-10 15:30:14",
"finished_at": "2023-07-10 18:31:18",
"user": "example@pismo.io"
}
]