POST
/
api
/
v1
/
importer
/
sessions
Create Session
curl --request POST \
  --url https://fuse.flatirons.com/api/v1/importer/sessions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "importer_slug": "<string>",
  "metadata": {}
}'
{
  "token": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
importer_slug
string
required

Importer Slug

metadata
object

Contains meta information about the importer session which can contain user related information

Response

successful

token
string
required

JWT token for the importer session