Skip to main content
  • API Version: 1.0.0
  • Base URL: https://console.cloud.timescale.com/public/api/v1

Authentication

The Tiger Cloud REST API uses HTTP Basic Authentication. Include your access key and secret key in the Authorization header.

Basic Authentication

Authorization: Basic <base64(access_key:secret_key)>

Example

# Using cURL
curl -X GET "https://console.cloud.timescale.com/public/api/v1/projects/{project_id}/services" \
  -H "Authorization: Basic $(echo -n 'your_access_key:your_secret_key' | base64)"

API Endpoints

The REST API is organized around three main resource types:

Service Management

Manage Tiger Cloud database services:

Read Replica Sets

Manage read replicas for improved read performance:

VPC Management

Manage Virtual Private Clouds for network isolation:

VPC Peering

Manage peering connections between VPCs:

Analytics

Track usage and events for analytics purposes: