curl --request GET \
--url http://localhost:3000/v1/partner/dashboard{
"stats": {
"pending_requests": 123,
"active_products": 123,
"total_inventory": 123,
"month_sales": 123,
"month_revenue": 123,
"pending_payout": 123
}
}Returns dashboard statistics for the partner including pending requests, inventory, and sales.
curl --request GET \
--url http://localhost:3000/v1/partner/dashboard{
"stats": {
"pending_requests": 123,
"active_products": 123,
"total_inventory": 123,
"month_sales": 123,
"month_revenue": 123,
"pending_payout": 123
}
}Documentation Index
Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt
Use this file to discover all available pages before exploring further.
Dashboard stats
Show child attributes