Developer Center
Powerful APIs and tools for developers to help you quickly integrate and build applications
Open API
RESTful API interface for easy check-in integration
Learn More
Personal Access Tokens
Create and manage personal access tokens for API authentication
Learn More
Tools
Useful online tools to boost your development efficiency
Learn More
SDK Tools
Multi-language SDKs to simplify development
Coming Soon
Documentation
Detailed development guides and best practices
Coming Soon
Theme Design
Aimed at providing a consistent user experience and visual style.
Learn More
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"
}
]
}
}