Skip to main content
POST
/
v1
/
people
/
import
/
preview
Import Preview
curl --request POST \
  --url https://api.example.com/v1/people/import/preview \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file' \
  --form rows=10
{}

Headers

Authorization
string | null

Body

multipart/form-data
file
file
required
rows
integer
default:10

Response

Successful Response

The response is of type Response Import Preview V1 People Import Preview Post · object.