Iterait API
  1. Sample Schemas
Iterait API
  • Confirms the user has a valid token
    GET
  • Send Outbound Call
    POST
  • corsGetProfile
    OPTIONS
  • Recibir Llamada
    POST
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
    • RequestBodies
      • sendOutboundCallBody
  1. Sample Schemas

Pet

{
    "id": 1,
    "category": {
        "id": 1,
        "name": "string"
    },
    "name": "doggie",
    "photoUrls": [
        "string"
    ],
    "tags": [
        {
            "id": 1,
            "name": "string"
        }
    ],
    "status": "available"
}
Built with