A new pet is born

POST https://webhook.example.com

A new pet is born, let's come and discover it in Petstore.

Body

Information about a new pet in the system

Responses

  • Return a 200 status to indicate that the data was received successfully

POST newPet
Request example
{
  "id": 42,
  "name": "string",
  "tag": "string"
}
Request examples
{
  "id": 42,
  "name": "string",
  "tag": "string"
}