Skip to content

Returns details on a food share point marker

GET
/api/map/markers/food-share-points/{foodSharePointId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

foodSharePointId*
Typestring
Required
Pattern"[1-9][0-9]*"

Responses

Success

application/json
JSON
{
"name": "Demo Foodsharepoint",
"description": "This meeting is for demonstration purposes only. There is nothing to get here.",
"street": "Examplestreet 25",
"zipCode": "12345",
"city": "Sample town",
"picture": "/img/foodSharePointHead.jpg"
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python