Skip to content

Get past pickups of a user.

GET
/api/pickup/history

Might be restricted (to the last month or one entry at least) depending on the permissions.

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Query Parameters

fsId
Typestring
Defaultnull
page
Typestring
Default0
pageSize
Typestring
Default50

Responses

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python