Skip to content

Activate or pickup reminder mail.

PATCH
/api/notifications/pickupreminder

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"sendMail": true
}

Responses

Successful

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python