Skip to content

Lists user agenda on a specific day, including pickups and events. The only works for future pickups and events.

GET
/api/foodsaver/{fsId}/agenda/{onDate}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

fsId*
Typestring
Required
Pattern"\\d+"
onDate*
Typestring
Required
Pattern"[^/]+"

Responses

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python