Sign in

Get Exported PDF Metadata

documented

Retrieve metadata for a previously exported PDF.

GET /v2/formz/{id}/exports/{exportId}Formzno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://api.goformz.com/v2/formz/{{$form_id}}/exports/{{$export_id}}\" \\\n  -X GET \\\n  -H \"Accept: application/json\" \\\n  -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\"
Get Exported PDF Metadata · GoFormz · OpenIntegrations