Skip to main content
POST
Create a multi-tenant session

Authorizations

Authorization
string
header
required

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

Body

application/json
project_id
string
required

The Project ID to query from

services
enum<string>[]
required

The services to be used in the session

Available options:
all,
file_upload,
google_drive
customer_id
string
required

The Customer ID to query from

success_url
string
required

The URL to redirect to after the session is complete

cancel_url
string
required

The URL to redirect to if the session is cancelled

Response

Successful query response

url
string

The URL to redirect to after the session is complete