Envoy
Visitor and workplace management platform
Actions (39)
Invites · 6
- Check in invitePOST /v1/invites/{id}/checkin
Sign in a visitor by converting an invite into an entry.
documented - Create invitePOST /v1/invites
Create an invite.
documented - Delete inviteDELETE /v1/invites/{id}
Delete an invite by ID.
documented - Get inviteGET /v1/invites/{id}
Fetch an invite by ID.
documented - List invitesGET /v1/invites
Fetch a list of invites.
documented - Update invitePOST /v1/invites/{id}
Update an invite.
documented
WorkSchedules · 6
- Check in work schedulePOST /v1/work-schedules/{id}/checkin
Check in a WorkSchedule.
documented - Check out work schedulePOST /v1/work-schedules/{id}/checkout
Check out a WorkSchedule.
documented - Create work schedulePOST /v1/work-schedules
Create a new WorkSchedule item for a given employee at a given location.
documented - Delete work scheduleDELETE /v1/work-schedules/{id}
Delete a WorkSchedule by ID.
documented - Get work scheduleGET /v1/work-schedules/{id}
Fetch a single WorkSchedule.
documented - List work schedulesGET /v1/work-schedules
Fetch a list of WorkSchedules.
documented
Blocklists · 5
- Create blocklist entryPOST /v1/blocklists
Create a blocklist entry.
documented - Delete blocklist entryDELETE /v1/blocklists/{id}
Delete a blocklist entry.
documented - Get blocklist entryGET /v1/blocklists/{id}
Fetch a single blocklist entry.
documented - List blocklistsGET /v1/blocklists
Fetch a list of Blocklist entries.
documented - Update blocklist entryPOST /v1/blocklists/{id}
Update a blocklist entry.
documented