Create Session

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/api/v1/importer/sessions

Request body

importer_slugstring required

Importer Slug

metadataobject

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

Response

successful

tokenstring required

JWT token for the importer session

Changes

Changed in 5 of the 11 revisions of this API.225

    • removed the request property meta

      request-property-removed

    • added the new optional request property metadata

      new-optional-request-property

  • 6a3a97e75a2e11See the full diff
    • added the new required request property importer_slug

      new-required-request-property

    • removed the request property template_slug

      request-property-removed

    • api tag Create Session added

      api-tag-added

    • api tag Importer Sessions removed

      api-tag-removed

    • added the media type application/json for the response with the status 201

      response-media-type-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation