Skip to main content

Create Session

Creates a new session for a given index ID

Endpoint

GET https://api.conversecart.com/sessions/createSession

Input

ParameterTypeRequiredDescription
indexIDstringYesIndex ID where the session is being created.

JSON Response example

{
"sessionID": "<SessionID here>",
"sessionKey": "<SessionKeyHere>"
}