cURL
curl --request GET \ --url https://sitegpt.ai/api/v0/chatbots/{chatbotId}/conversation-starters/{promptId} \ --header 'Authorization: Bearer <token>'
200
Success
{ "success": true, "message": "Fetched conversation starter of the chatbot successfully", "data": { "id": "fd0bfc2d-2ea6-41dc-afb9-7a3ea7b2b729", "title": "Contact us", "description": "How to contact you?" } }
Fetch conversation-starter of the chatbot
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Your Chatbot ID
Your Conversation Starter ID
OK
Success Response
Indicates whether this is success response or error response
Overall message regarding the operation performed
Chatbot Conversation Starter
Show child attributes
Was this page helpful?