API Reference
Log In
API Reference

Drawers

Some recommended endpoints:

Endpoint function Method URL
Create a Drawer (sidedrawer) for a free Subscription POST /api/v1/records/sidedrawer
Update a Drawer (sidedrawer) PUT /api/v1/records/sidedrawer/sidedrawer-id/{sidedrawerId}
Retrieve a Drawer (sidedrawer) GET /api/v1/records/sidedrawer/sidedrawer-id/{sidedrawerId}
Retrieve information about a Drawer (sidedrawer) GET /api/v1/records/sidedrawer/sidedrawer-id/{sidedrawerId}/home
Retrieve a Drawer's (sidedrawer) license GET /api/v1/records/sidedrawer/sidedrawer-id/{sidedrawerId}/licenses
Delete a Drawer (sidedrawer) DELETE /api/v1/records/sidedrawer/sidedrawer-id/{sidedrawerId}