Integration Playground
Test and validate API integrations with JSON schema
Request Editor
JSON Request
Response
245ms
200 OK
JSON Response
{
"status": "success",
"data": {
"products": [
{
"id": "prod_123",
"name": "Premium Widget",
"price": 29.99,
"inventory": 42,
"created_at": "2023-10-15T10:30:00Z"
},
{
"id": "prod_124",
"name": "Deluxe Gadget",
"price": 49.99,
"inventory": 18,
"created_at": "2023-09-22 "Deluxe Gadget",
"price": 49.99,
"inventory": 18,
"created_at": "2023-09-22T14:15:30Z"
},
{
"id": "prod_125",
"name": "Standard Tool",
"price": 19.99,
"inventory": 65,
"created_at": "2023-10-05T08:45:00Z"
}
],
"total": 3,
"page": 1,
"limit": 10
}
}