A response field example
curl --request POST \
--url https://dog-api.kinduff.com/api/facts
--header 'Authorization: Bearer YOUR_API_KEY'
--header 'Content-Type: application/json'
--data '{
"name": "Dog API"
}
{ "status": "success" }
Retrieve the list of templates associated with a bot.
curl --request POST \
--url https://dog-api.kinduff.com/api/facts
--header 'Authorization: Bearer YOUR_API_KEY'
--header 'Content-Type: application/json'
--data '{
"name": "Dog API"
}
{ "status": "success" }
curl --request POST \
--url https://dog-api.kinduff.com/api/facts
--header 'Authorization: Bearer YOUR_API_KEY'
--header 'Content-Type: application/json'
--data '{
"name": "Dog API"
}
{ "status": "success" }
Was this page helpful?