cURL
curl --request GET \ --url https://sitegpt.ai/api/v0/chatbots/{chatbotId}/quick-prompts/{promptId} \ --header 'Authorization: Bearer <token>'
200
Success
{ "success": true, "message": "Fetched quick prompt of the chatbot successfully", "data": { "id": "fd0bfc2d-2ea6-41dc-afb9-7a3ea7b2b729", "title": "Contact us", "description": "How to contact you?" }}
Fetch quick-prompt of the chatbot
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Id of the chatbot
Id of the quick prompt
OK
Success Response
Was this page helpful?