Skip to main content

Returns a list of baskets depending on the type.

'mine': lists all baskets of the current user. 'coordinates': lists all basket IDs together with the coordinates.

Returns 200 and a list of baskets or 401 if not logged in.

Query Parameters
  • type string

    Possible values: Value must match regular expression (mine|coordinates)

    Default value: mine

Responses

Loading...