Getting Started

Welcome to the TablelistPro Developer Docs. This guide will help you make your first request.

Base URL:
https://api.tablelist.com/2025-03

Authentication

All requests to the TablelistPro API must be authenticated using an API key.

🔑 Generating an API Key
You can create and manage your API keys in the TablelistPro web app:

Navigate to:
Organization → API Keys

📬 Sending Authenticated Requests
Include your API key in the x-tl-api-key header for every request.

Example:

curl https://api.tablelist.com/2025-03/ping -H "x-tl-api-key:{api-key}"

Rate Limits

To ensure fair use, we limit requests to:

20 requests per second per API key.

Exceeding this limit may result in temporary rate limiting.