Developer Center

Powerful APIs and tools for developers to help you quickly integrate and build applications

Quick Start

Start using our API in minutes

# Get map data
curl -X GET "https://www.lycoo.com/api/maps" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"

# Response example
{
  "data": {
    "maps": [
      {
        "id": "map_123",
        "name": "My Check-in Map",
        "created_at": "2024-01-01T00:00:00Z"
      }
    ]
  }
}