> ## Documentation Index
> Fetch the complete documentation index at: https://docs-restapi.wplimit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# REST API for Latepoint

> Powerful REST API extension for LatePoint booking system

<img className="block dark:hidden" src="https://mintcdn.com/wplimit/p4peXncd5YG9xfGo/images/dark.png?fit=max&auto=format&n=p4peXncd5YG9xfGo&q=85&s=bb8c9dac565f5c27ecef23b22615f8e9" alt="Hero Light" width="360" height="100" data-path="images/dark.png" />

<img className="hidden dark:block" src="https://mintcdn.com/wplimit/p4peXncd5YG9xfGo/images/dark.png?fit=max&auto=format&n=p4peXncd5YG9xfGo&q=85&s=bb8c9dac565f5c27ecef23b22615f8e9" alt="Hero Dark" width="360" height="100" data-path="images/dark.png" />

## Welcome to LatePoint API Extension

LatePoint API Extension is a powerful plugin that extends LatePoint's capabilities with a complete REST API, enabling seamless integration with external applications, third-party systems, and custom automations.

<CardGroup cols={2}>
  <Card title="Quick Start Guide" icon="rocket" href="/quickstart">
    Set up your API in minutes and make your first call
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn about secure authentication with API Keys
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore all available endpoints
  </Card>

  <Card title="Code Examples" icon="terminal" href="/api-reference/bookings/list">
    Practical examples in multiple languages
  </Card>
</CardGroup>

## Key Features

<AccordionGroup>
  <Accordion title="Complete Booking Management">
    * Create, read, update and delete bookings
    * Advanced filtering by dates, services and agents
    * Booking status management
    * Support for recurring bookings
  </Accordion>

  <Accordion title="Customer Administration">
    * Complete customer CRUD operations
    * Customer search and filtering
    * Booking history per customer
    * Contact information management
  </Accordion>

  <Accordion title="Availability Checking">
    * Real-time availability verification
    * Query by service and agent
    * Date and time filters
    * Calendar-optimized responses
  </Accordion>

  <Accordion title="Security and Authentication">
    * API Key-based authentication
    * Configurable rate limiting
    * Audit logs
    * Permission validation per endpoint
  </Accordion>
</AccordionGroup>

## Common Use Cases

### Mobile Application Integration

Develop native mobile applications that connect directly with your LatePoint system.

### Process Automation

Create automated workflows that sync bookings with other systems.

### Custom Dashboards

Build custom control panels with specific metrics and reports.

### CRM Integration

Automatically sync customers and bookings with your existing CRM system.

## Next Steps

<Steps>
  <Step title="Installation">
    Install and configure the LatePoint API Extension plugin
  </Step>

  <Step title="Configuration">
    Generate your API Key and configure necessary permissions
  </Step>

  <Step title="First Call">
    Make your first API call to get the list of services
  </Step>

  <Step title="Integration">
    Implement the complete integration in your application
  </Step>
</Steps>

Ready to get started? Head to our [Quick Start Guide](/quickstart) to set up your API in minutes.
