API
Create Importer
API
Create Importer
Create an importer
POST
/
importer
Authorization
string
*
Bearer
Authorization
Required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
object
*
id
string
id
string
Add Example Value
name
string
name
string
Add Example Value
template
object
template
object
columns
array
columns
array
id
string
id
string
Add Example Value
name
string
name
string
Add Example Value
Example Request
{
"name": "API Test Importer",
"template": {
"columns": [
{
"name": "First Name",
"key": "first_name",
"required": false,
"description": "The first name of the user",
"suggested_mappings": [
"First",
"Name"
]
},
{
"name": "Last Name"
},
{
"name": "Email",
"required": true,
"description": "The email of the user"
}
]
}
}
Body
application/json
Response
200 - application/json