Our developer support team is here to help you build amazing integrations.
Integrate reservations, manage tables, retrieve customer data and more. Build powerful experiences with the API.
1 { 2 "name": "John Doe", 3 "email": "john@example.com", 4 "phone": "+44 7700 900123", 5 "date": "2024-05-25", 6 "time": "19:30", 7 "guests": 4, 8 "table_id": "table-12", 9 "special_request": "Window seat please" 10 }
Create, update and mange reservations in real-time
View table layouts, status and mange availability
Check real-time availability for dates and times
Access and mange customer information securely
Get real-time updates with webhock notifications
Retries reports and insights to grow your business
Get up and running with the PickTables API in minutes.
Sign up and generate your API key from your developer dashboard.
Include your API key in the Authorization header of your requests.
Send API requests to our endpoints using your preferred method
Receive JSON responses with your requested data
Make your first API request
curl --request POST \
--url https://api.picktables.com/v1/reservations \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"name": "John Doe",
"date": "2024-05-25",
"time": "19:30",
"guests": 4
}'
{
"success": true,
"data": {
"id": "res_123456789",
"name": "John Doe",
"date": "2024-05-25",
"time": "19:30",
"guests": 4,
"status": "confirmed",
"created_at": "2024-05-25T10:30:00Z"
}
}
Explore our available API endpoints
All API requests require a valid API key in the Authorization header.
Authorization:
Bearer YOUR_API_KEY
join 650+ UK restaurants already using PickTables to run smarter and grow faster.
Help
The PickTables API allows restaurants and hospitality businesses to integrate table reservations, guest management, and booking data directly into their website or application. It helps automate bookings and improve operational efficiency.
You can request API access by contacting the PickTables team or signing up through your dashboard. Once approved, you’ll receive your API key and documentation to get started.
Yes, all API requests require authentication using a secure API key. This ensures that your data remains protected and only authorized systems can access your booking information.
With the API, you can:
Yes, the PickTables API is designed to work seamlessly across web, mobile, and third-party applications, allowing you to build flexible and scalable booking solutions.
PickTables provides developer documentation, integration guides, and technical support to help you implement the API smoothly. You can also reach out to their support team for assistance.
By clicking “Get Demo”, you agree to our Privacy Policy.
PickTables is a UK restaurant reservation and table booking platform helping diners book tables online and helping hospitality businesses manage reservations, guests, reviews, and growth from one connected system.
© 2026 Created by WebCoss. All Rights Reserved.