Skip to main content
GET
/
admin
/
products
/
export.csv
Export Products as CSV
curl --request GET \
  --url https://api.headlesscommerce.io/v1/admin/products/export.csv \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

API Key. Example: sk_live_xxxxx or pk_live_xxxxx

Response

200 - text/csv

CSV file download

The response is of type string.