Retrieve a plan

Returns a plan object.

Definition

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

Returns

A list of plan objects.

Example Request

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

Example Response


{
  "success": {
    "plan_id": "07855bf509b811e58a0b705681ba8889",
    "name": "Regular",
    "image_id": null,
    "notes": null,
    "space_id": "077d8fab09b811e585b4705681ba8889",
    "period": "month",
    "signup_fee": 0.0,
    "currency_code": "USD",
    "create_date": "2015-06-03T06:16:11",
    "public": true,
    "deposit": 75.0,
    "approval": true,
    "admin_only": false,
    "terms": null,
    "order": 2,
    "price": 200.0,
    "description": "Monthly plan which allows Member to access the space 24/7."
  }
}

 

Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.