REST Endpoints¶
Routes registered on the FastAPI application
(ad_buyer.interfaces.api.main:app), enumerated from the router table.
Total: 14 endpoints
| Method | Path | Handler |
|---|---|---|
GET |
/api/v1/buyer/orders |
list_buyer_orders |
GET |
/api/v1/buyer/orders/{order_id}/audit |
get_order_audit |
GET |
/bookings |
list_bookings |
POST |
/bookings |
create_booking |
GET |
/bookings/{job_id} |
get_booking_status |
POST |
/bookings/{job_id}/approve |
approve_recommendations |
POST |
/bookings/{job_id}/approve-all |
approve_all_recommendations |
GET |
/events |
list_events |
GET |
/events/{event_id} |
get_event |
GET |
/health |
health_check |
GET |
/meta/campaigns |
meta_list_campaigns |
GET |
/meta/report |
meta_direct_report |
POST |
/products/search |
search_products |
GET |
/reports/{job_id} |
get_campaign_report |