Create Session
Creates a new session for a given index ID
Endpoint
GET https://api.conversecart.com/sessions/createSession
Input
Parameter | Type | Required | Description |
---|---|---|---|
indexID | string | Yes | Index ID where the session is being created. |
JSON Response example
{
"sessionID": "<SessionID here>",
"sessionKey": "<SessionKeyHere>"
}