Select the API endpoint
Now that you have a Kisi place and an API key, you can start making API requests. API endpoints are specific URLs that represent different resources in the Kisi system, such as /locks for doors, /users for user accounts, or /unlocks for triggering door unlocks. Each endpoint supports different HTTP methods (GET, POST, PATCH, DELETE) to perform various operations.
In this quick start, you'll use the /locks endpoint to create a new door. When building your own integration, choose the endpoint that matches your specific needs. The Kisi API reference contains all available endpoints and their capabilities.
In Kisi, the terms locks and doors are used interchangeably.
On to the next step
Once you've selected the API endpoint, you can go ahead and add the necessary headers.