Export persons csv

GET /export/csv/persons.csv

Responses

  • 200 text/csv

    Persons exported as CSV successfully

GET /export/csv/persons.csv
curl \
 --request GET 'http://api.example.com/export/csv/persons.csv' \
 --header "Authorization: $API_KEY"
Response examples (200)
Last Name,First Name,Email,Phone,Role,Contract Type,Active Doe,John,john.doe@example.com,+1234567890,user,freelance,yes