Skip to main content
GET
/
api
/
campaign
/
rcs
/
whatsapp
/
templates
/
{phoneId}
  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" }
response
string
required
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" }