Sessions
An ordered sequence of steps that can be used to build conversational UIs (eg: product onboarding).
Create session
Request Body
Name
Type
Description
{
// The nonce is a temporary key that should be used when submitting data for the next step in this session.
"nonce": "MDAxNmxvY2F0a...z0sBtsOyVdJ04kK",
"session_id": "58f92378-...-20a052aca460",
"status": "SESSION_CREATED"
}// check the errors docs page for details
{
"id": "uuid",
"type": "invalid_request",
"http": 400,
"code": "invalid_client_id",
"message": "error message"
}Submit step for session
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Last updated