Retrieve a Site
GET https://api.vomevolunteer.com/api/sites/8f2c1e5a-..../headers = {
"API-KEY": "your_unique_api_key_here"
}
response = requests.get("https://api.vomevolunteer.com/api/sites/8f2c1e5a-..../", headers=headers){
"id": "8f2c1e5a-....",
"name": "Downtown Clinic",
"description": "",
"address": "12 King St",
"general_email": "downtown@example.org",
"general_phone": "+15551234567",
"website": "https://downtown.example.org"
}Last updated