Skip to main content

V1RecommendationRequest

Body for POST /v1/recommendations.

company_iduuidrequired

Company to compute recommendations for.

start_datedaterequired

First date in the window (inclusive).

end_datedaterequired

Last date in the window (inclusive).

V1RecommendationRequest
{
"company_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"start_date": "2024-07-29",
"end_date": "2024-07-29"
}