Returns a member object.
Definition
GET https://coworkify.com/api/v1/spaces/{SPACE_ID}/members/{MEMBERSHIP_ID}
Returns
A dictionary of member object.
Example Request
$ curl https://coworkify.com/api/v1/spaces/077d8fab09b811e585b4705681ba8889/members/7704f123125211e58365705681ba8889 \
-H "X-Auth-Token: {YOUR_TOKEN}"
Example Response
{
"success": {
"status": "pending",
"end_date": null,
"name": "Member",
"start_date": "2015-06-14",
"charges":
[
{
"item_id": "770a1e07125211e59b69705681ba8889",
"price": 150.0,
"tax_rate": 0.0,
"name": "Signup Fee",
"quantity": 1
},
{
"item_id": "770bf1fd125211e5b22a705681ba8889",
"price": 75.0,
"tax_rate": 0.0,
"name": "Deposit",
"quantity": 1
}
],
"billing_email": "bernardo@example.com",
"company": null,
"memo": null,
"id": "7704f123125211e58365705681ba8889",
"customer_number": 10003,
"last_invoice_date": null,
"next_invoice_date": "2015-06-14",
"plan": {
"terms": null,
"price": 200.0,
"period": "month",
"signup_fee": 0.0,
"currency": "USD",
"tax_rate": 0.0,
"additional": 0.0,
"name": "Regular",
"notes": null,
"deposit": 0.0,
"options": [
{
"currency": "USD",
"price": 20.0,
"name": "Locker"
}
]
"tax_included": true
},
"member_id": "76fdf3cf125211e5bd8f705681ba8889",
"create_date": "2015-06-14T05:01:50",
"space_id": "53cabfee10d911e586cb705681ba8889",
"approved": true
}
}
0 Comments