WAuth
  1. Sample Schemas
WAuth
  • ✏️ Introduction
  • 📝 User Journey
  • 🚀 API Syntax
    • Check Verification Status
      GET
    • Init WAuth Session
      GET
  • 🔔 Additional References
    • Webhook Notifications
    • Redirection URL
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. Sample Schemas

Pet

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