Retrieve a space

Returns a space object.

Definition

GET https://coworkify.com/api/v1/spaces/{SPACE_ID}

Returns

A dictionary of space object.

Example Request

$ curl https://coworkify.com/api/v1/spaces/077d8fab09b811e585b4705681ba8889 \
   -H "X-Auth-Token: {YOUR_TOKEN}"

Example Response

{
  "success": {
    "amenity": "[1, 2]",
    "twitter": null,
    "tax": {
      "rate": 0.0,
      "name": "Tax",
      "tax_included": true,
      "custom_tax_rate": false
    },
    "currency": "USD",
    "postal_code": "",
    "invoice": {
      "invoice_day": null,
      "prefix": null,
      "counter": 10004,
      "address": "",
      "country": "United States",
      "company": null,
      "footer": null
    },
    "timezone": "(GMT-08:00) Pacific Time",
    "lng": -95.7129,
    "city": "",
    "customer_counter": 10004,
    "state": "",
    "owner_id": "fe48c7f809b711e5a599705681ba8889",
    "website": null,
    "description": null,
    "address1": "",
    "address2": "",
    "hours": null,
    "facebook": null,
    "lat": 37.0902,
    "name": "Coworking Space in San Diego",
    "language": "en",
    "created": "2015-06-03T06:16:11",
    "url": "space_url",
    "country": "United States",
    "id": "077d8fab09b811e585b4705681ba8889",
    "space_type": 3
  }
}

Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.