Skip to main content
Welcome to TKT Church’s API documentation. This API powers TKT Church’s digital services, enabling programmatic access to church events, livestreams, newsletters, and member services.

Available Services

Events

Access TKT Church events, attendance tracking, and registration systems.

Live Streaming

Connect with TKT Church’s streaming services and engagement features.

Newsletters

Access TKT Church’s newsletter system and communications.

Members

Interact with TKT Church’s member database and permissions.

Getting Started

Base URL

All TKT Church API requests use:
https://api.tktchurch.com/v1

Authentication

Include authentication token in requests:
Authorization: Bearer YOUR_TOKEN
Read the authentication guide for implementation details.

Response Format

API responses follow this format:
{
  "data": {
    // Response content
  },
  "pagination": {
    "total": 100,
    "limit": 10,
    "offset": 0,
    "hasMore": true
  }
}

Access Levels

Standard Access

1,000 requests per hour For general integrations

Enhanced Access

10,000 requests per hour For high-volume integrations

API Features

Secure access to TKT Church’s digital services.
Access and manage TKT Church events and registrations.
Integration with TKT Church’s streaming platform.
Access TKT Church’s communication systems.
Manage device access to TKT Church services.

Version Information

Current version: v1
  • Maintains system stability
  • Provides advance notice of changes
  • Includes update guidance when needed