API Introduction

Integrate Grab A Table with your website, booking system, or applications using our REST API.

Getting Started

Prerequisites: You need an active venue license with API access enabled. Generate your API credentials from your venue's API Access page.

  1. Navigate to your venue dashboard -> API Access
  2. Select your preferred regional endpoint (EU/UK/US/FR/CA)
  3. Generate an API key
  4. Save your GRABATABLE_API_VENUE_SECRET securely

Authentication

All API requests require authentication using your API secret in the X-API-Key header.

Regional Endpoints

  • Europe (Default): https://api_eu.grabatable.app
  • United Kingdom: https://api_uk.grabatable.app
  • United States: https://api_us.grabatable.app
  • France: https://api_fr.grabatable.app
  • Canada: https://api_ca.grabatable.app

Choose the endpoint closest to your server location for optimal performance.

Authentication header example:

X-API-Key: gat_your_48_character_secret_key_here

Rate Limiting

Limit: 1,000 requests per 24 hours.

Rate limits reset daily at midnight UTC. When exceeded, you'll receive a 429 Too Many Requests response.

Need Help?

Our support team is here to help you integrate successfully.

×