Sessions
Create Session
Use this endpoint to generate an importer session token based on an importer slug. The session token should be used as part of creating a fuse importer instance.
POST
https://fuse.flatirons.com
/
api
/
v1
/
importer
/
sessions
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
importer_slug
string
requiredImporter Slug
metadata
object
Contains meta information about the importer session which can contain user related information
Response
201 - application/json
token
string
requiredJWT token for the importer session