Client API
Get next step in session
Retrieves the next step or state for a specific session.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Session ID for which to fetch the next step.
The body is of type object
.
Response
200
application/json
Next step retrieved successfully.
The response is of type object
.