Skip to content

Returns all current baskets of the user

GET
/api/users/current/baskets

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Responses

Success

application/json
JSON
[
{
"id": 0,
"description": "string",
"picture": "string",
"createdAt": "string"
}
]

Playground

Authorization

Samples

cURL
JavaScript
PHP
Python