Skip to content

Lists a users agenda on a specific day, including pickups and events

GET
/api/users/{foodsaverId}/agenda/{date}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

foodsaverId*
Typeinteger
Required
Minimum1
date*
Typestring
Required
Format"date-time"

Responses

Success

application/json
JSON
[
{
"type": "string",
"id": 0,
"name": "string",
"date": "string",
"isConfirmed": true
}
]

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python