Skip to content

Create foodsaver passports for given users in region

POST
/api/regions/{regionId}/passports

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

regionId*
Typestring
Required

Request Body

application/json
JSON
{
"userIds": [
[
]
],
"createPdf": true,
"renew": true,
"informUser": true,
"usePaperSizeDinA4": true
}

Responses

Success

application/pdf

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python