Create ChatKit session
Create a ChatKit session.
post/chatkit/sessions
Request body
userstring required
A free-form string that identifies your end user; ensures this Session can access other objects that have the same user scope.
Response
Success
idstring required
Identifier for the ChatKit session.
object'chatkit.session' required
Type discriminator that is always chatkit.session.
expires_atinteger required
Unix timestamp (in seconds) for when the session expires.
client_secretstring required
Ephemeral client secret that authenticates session requests.
userstring required
User identifier associated with the session.
max_requests_per_1_minuteinteger required
Convenience copy of the per-minute request limit.
status'active' | 'expired' | 'cancelled' required