cURL
curl --request GET \ --url https://botsettings.messagesimproved.com/retrieve_prompt \ --header 'admin-email: <admin-email>' \ --header 'api-key: <api-key>'
{ "prompt": "<string>" }
API key for authentication.
Email of the admin making the request.
The ID of the selected bot
A prompt was successfully retrieved
The response is of type object.
object