Skip to main content
KennelBooker Developer Platform

Build connected pet-care experiences

Use the KennelBooker API to securely connect bookings, customers and pets to your own applications and workflows.

REST API JSON responses API-key authentication
Your first request
curl --request GET \
  --url "https://api.kennelbooker.com/api/v1/bookings" \
  --header "X-Api-Key: kb_live_your_api_key" \
  --header "Accept: application/json"
Quick start

Make your first request

Three steps are all you need to begin.

Read the full guide
Step 1

Create an API key

Generate a key from your KennelBooker account and keep it somewhere secure.

Step 2

Send the key

Include your API key in the X-Api-Key header on every request.

Step 3

Use the response

Read the JSON response and connect KennelBooker data to your application.

API reference

Popular APIs

Start with the resources used by most integrations.

View all endpoints
Need help?

Everything you need to build confidently

Review authentication, request formats, responses and errors before moving your integration into production.