Check in/out of a reservation
POST {{baseUrl}}/workspaces/events
Use this API to check in to or out of a reservation.
Scopes: workspace:write
workspace:write:admin
Rate Limit Label: Medium
Request Body
{"method"=>"check_in", "params"=>{"workspace_id"=>"<string>", "user_id"=>"<string>", "reservation_id"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |