Quick Start
Make your first API call in minutes.
Authentication
Learn how to obtain and use your API key.
API Reference
Browse all available endpoints with live examples.
Webhooks
Receive real-time event notifications in your app.
How the API works
The Lymo API follows REST conventions. Every resource has a stable URL, and you interact with it using standard HTTP verbs:| Method | Action |
|---|---|
GET | Retrieve one or more resources |
POST | Create a new resource |
DELETE | Remove an existing resource |
Authorization header with your Bearer token. Responses always include an HTTP status code and a JSON body.
Base URL
Next steps
Get your API key
Sign up and obtain your API key from the Lymo dashboard. See Authentication for details.
Make your first request
Follow the Quick Start guide to make your first successful API call.
Explore the API
Browse the API Reference to discover all available endpoints and their parameters.
Set up webhooks
Configure webhooks to receive real-time notifications when events occur.