Skip to content

Join a pickup slot

POST
/api/stores/{storeId}/pickups/{pickupDate}/users/current

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

storeId*
Typeinteger
Required
Minimum1
pickupDate*
Typestring
Required
Format"date-time"

Responses

Success

application/json
JSON
{
"isConfirmed": true
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python