Use the KennelBooker API to securely connect bookings, customers and pets to your own applications and workflows.
curl --request GET \ --url "https://api.kennelbooker.com/api/v1/bookings" \ --header "X-Api-Key: kb_live_your_api_key" \ --header "Accept: application/json"
Three steps are all you need to begin.
Generate a key from your KennelBooker account and keep it somewhere secure.
Include your API key in the X-Api-Key header on every request.
X-Api-Key
Read the JSON response and connect KennelBooker data to your application.
Start with the resources used by most integrations.
Retrieve booking records and their associated dates and statuses.
Access customer contact and account information for integrations.
Retrieve pet profiles, ownership information and important details.
Review authentication, request formats, responses and errors before moving your integration into production.