API Reference
Base URL
https://api.listenlayer.com/v1Authentication
curl -X GET "https://api.listenlayer.com/v1/events" \
-H "Authorization: Bearer YOUR_API_KEY"Rate Limits
Plan
Requests per minute
Response Format
{
"success": true,
"data": { ... },
"meta": {
"page": 1,
"total": 100
}
}Error Handling
Quick Start
Last updated