Skip to main content
POST
/
v1
/
api
/
me
/
connect
/
import
/
start
Start import — apply field mappings and process all rows
curl --request POST \
  --url http://service.authmatech.com/v1/api/me/connect/import/start \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "fieldMappings": {},
  "jobId": "<string>"
}
'
{}

Authorizations

X-API-KEY
string
header
required

Body

application/json
fieldMappings
object
required
jobId
string
Minimum string length: 1

Response

200 - */*

OK

The response is of type object.