SkyLight Chat
API Reference

API Reference

Complete reference for all SkyLight Chat REST API v1 endpoints.

Base URL

https://dashboard.skylightchat.com/api/v1

Resources

The API exposes the following top-level resources:

Contacts

Messages

Bookings

Webhooks

Account

Team

Global conventions

Pagination

List endpoints accept page and per_page query parameters:

GET /api/v1/contacts?page=2&per_page=25

All paginated responses include a meta object:

{
  "meta": {
    "current_page": 2,
    "last_page": 10,
    "per_page": 25,
    "total": 243
  }
}

Timestamps

All timestamps are returned in ISO 8601 UTC format:

2026-03-04T14:30:00.000000Z

ID fields

All IDs are integers. Pass them as path parameters:

GET /api/v1/contacts/42