Skip to content

Get future registered pickups for a user

GET
/api/users/{userId}/pickups/registered

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

userId*
Typestring
Required
Pattern"[1-9][0-9]*"

Responses

Success

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

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python