Skip to main content
POST
/
v1
/
api
/
me
/
connect
/
import
/
parse
Parse uploaded CSV/XLSX — returns headers, sample rows, and a jobId for the mapping step
curl --request POST \
  --url http://service.authmatech.com/v1/api/me/connect/import/parse \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-API-KEY: <api-key>' \
  --form file='@example-file'
{}

Authorizations

X-API-KEY
string
header
required

Body

multipart/form-data
file
file
required

Response

200 - */*

OK

The response is of type object.