2
Export
Pavel Baksy edited this page 2026-05-18 17:37:35 +02:00

Export

Click the Export button (toolbar) to copy the current request as a cURL command to clipboard.

Variables are substituted with values from the selected environment before export.

Example output:

curl -X POST 'https://api.example.com/users' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer token123' \
  -d '{"name":"John","email":"john@example.com"}'

Sensitive variable values are included in plain text — review before sharing.