Customer Endpoints
Chat History Endpoint
Get the chat history for a given user and persona.
WEBHOOK
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is an access key.
Example: Authorization: Bearer sk-proj-XXXXXXXXX
Query Parameters
Your user profile id. The user profile interacting with the Persona profile.
Your persona profile id. The profile for which the platform will generate responses.
Response
200 - application/json
Chat history data fetched successfully. Your endpoint will respond with the appropriate JSON data.