OpenApi
    External API · v1

    Bring Skiplino booking
    into your own apps

    You already run your branches, services, and queues on Skiplino. The External API lets you embed live appointment and walk-in booking directly into your own website, mobile app, or kiosk — fully under your own brand, powered by your existing Skiplino infrastructure.

    Explore the API →

    What you can build

    Branches & services

    Present your live branch network and every branch's bookable services natively inside your own interface.

    Appointments

    Surface real-time slot availability and let customers reserve appointments without ever leaving your app.

    Live queue

    Issue walk-in tickets and stream live queue position and wait time straight to your customers.

    Customer records

    Link every booking to your own customer IDs and pull a customer's full ticket history on demand.

    Base URL

    https://api.skiplino.com/external # every endpoint path carries its own /v1 prefix, e.g. https://api.skiplino.com/external/v1/branches

    Authentication

    pk_ Public key

    Branches, services, tickets & booking. Safe to embed in mobile, browser, and kiosk clients.

    sk_ Secret key

    Everything a public key can do, plus the customer directory. Server-side only — never expose it.

    # send your key as a Bearer token Authorization: Bearer pk_live_XXXXXXXXXXXXXXXXXXXX

    Build and verify with test keys — a fully isolated sandbox, zero production impact. Switch to live when you're ready to ship.

    Quick start

    GET /v1/branches — list active branches
    GET /v1/branches/{branchId}/tree — list bookable services
    GET /v1/services/{id}/slots — check appointment availability
    POST /v1/tickets/book — book a walk-in or appointment
    GET /v1/tickets/{id} — track live queue position