🦙 Luxe Llama Co.
Home
Products
About
Request Log
Detailed API request and response monitoring
All Requests
GET
POST
Errors Only
GET
200
/api/products/himalayan-scarf
11:32:15
234ms
Request Headers
Accept: application/json
User-Agent: LuxeLlamaApp/1.0
Authorization: Bearer llama_token_123
Response
{
"id": "himalayan-scarf",
"name": "Himalayan Alpaca Scarf",
"price": 189,
"woolGrade": "Premium Baby Alpaca"
}
POST
201
/api/events/track
11:28:42
156ms
Request Body
{
"event": "page_view",
"properties": {
"page": "/products/executive-throws",
"user_id": "llama_enthusiast_001"
}
}
Response
{
"status": "success",
"event_id": "evt_alpaca_123"
}
GET
200
/.well-known/apple-app-site-association
11:25:33
45ms
Response Headers
Content-Type: application/json
Cache-Control: max-age=3600
Content-Length: 667
Response (AASA File)
{
"applinks": {
"details": [{
"appIDs": ["G3793W2RJ2.com.klaviyo.SDKTestApp"]
}]
}
}
POST
400
/api/forms/submit
11:08:13
89ms
Request Body
{
"form_id": "contact_form",
"email": "invalid-email",
"message": "I love alpacas!"
}
Error Response
{
"error": "Invalid email format",
"code": "VALIDATION_ERROR",
"field": "email"
}
GET
200
/api/llama/wellness-check
11:12:55
1.2s
Response
{
"status": "all_llamas_happy",
"wool_quality": "premium",
"happiness_index": 98.7,
"last_feeding": "2024-09-19T10:30:00Z"
}