curl -X GET "http://rivin.ai/api/walmart/oversight/products/ov_123456789" \
-H "Content-Type: application/json" \
-H "x-api-key: (YOUR_API_KEY_HERE)"
{
"id": "ov_123456789",
"walmart_product_code": "1370971228",
"user_id": "user_123",
"created_at": "2024-01-15T10:30:00Z",
"tracking_data": {
"current_price": 39.88,
"units_in_stock": 45,
"last_updated": "2024-01-15T10:30:00Z"
}
}
Oversight Endpoints
Get Oversight Data for Specific Product
This endpoint returns detailed oversight tracking data for a specific product.
GET
/
walmart
/
oversight
/
products
/
{id}
curl -X GET "http://rivin.ai/api/walmart/oversight/products/ov_123456789" \
-H "Content-Type: application/json" \
-H "x-api-key: (YOUR_API_KEY_HERE)"
{
"id": "ov_123456789",
"walmart_product_code": "1370971228",
"user_id": "user_123",
"created_at": "2024-01-15T10:30:00Z",
"tracking_data": {
"current_price": 39.88,
"units_in_stock": 45,
"last_updated": "2024-01-15T10:30:00Z"
}
}
🚧 Coming Soon: This endpoint is currently in development and will be available soon. Stay tuned for updates!
Rate Limit: This endpoint has a default rate limit of 10 requests/second per account. Need higher limits? Contact our support team - we can accommodate any rate limit requirements on request.
Credit Cost: Retrieving oversight data costs 0 credits. Credits are charged daily based on your chosen oversight tier when data is queried:Tier 1 (Every hour): 100 credits/day
Tier 2 (6 hours): 35 credits/day
Tier 3 (12 hours): 20 credits/day
Tier 4 (Daily): 10 credits/day
Tier 2 (6 hours): 35 credits/day
Tier 3 (12 hours): 20 credits/day
Tier 4 (Daily): 10 credits/day
curl -X GET "http://rivin.ai/api/walmart/oversight/products/ov_123456789" \
-H "Content-Type: application/json" \
-H "x-api-key: (YOUR_API_KEY_HERE)"
{
"id": "ov_123456789",
"walmart_product_code": "1370971228",
"user_id": "user_123",
"created_at": "2024-01-15T10:30:00Z",
"tracking_data": {
"current_price": 39.88,
"units_in_stock": 45,
"last_updated": "2024-01-15T10:30:00Z"
}
}
Detailed Tracking: This endpoint provides comprehensive oversight data for a specific tracked product, including current pricing, inventory levels, and tracking metadata. Use this to get real-time insights into your tracked products.
Headers
Path Parameters
ID of the oversight product to retrieve data for.
Response
Successful response
Unique identifier for the oversight product
The Walmart product code being tracked
The user ID who is tracking this product
When the product was added to oversight
Current tracking data for the product
Show child attributes
Show child attributes