cURL
curl --request GET \ --url https://sitegpt.ai/api/v0/chatbots/{chatbotId}/follow-up-prompts/{followUpPromptId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Fetched follow-up prompt of the chatbot successfully", "data": { "id": "fd0bfc2d-2ea6-41dc-afb9-7a3ea7b2b729", "title": "Test Bot", "description": "This is a test chatbot", "isEscalationPrompt": false } }
Fetch follow-up prompt of the chatbot
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Your Chatbot Id
Your Follow Up Prompt Id
OK
Success Response
Indicates whether this is success response or error response
Overall message regarding the operation performed
Follow Up Prompt
Show child attributes
Was this page helpful?