Developer Tools
Iara Data provides a full set of developer tools for programmatic integration and monitoring.
Available Tools
Quick Reference
| Tool | Purpose | Required Role |
|---|---|---|
| API Keys | Authenticate programmatic API access | Admin, Developer |
| Webhooks | Receive real-time event notifications | Admin, Developer |
| Idempotency Explorer | Debug duplicate request handling | Admin |
| Audit Log | Review all actions in the workspace | Admin |
API Base URL
All API endpoints are available at:
https://lake.iaradata.com/api/v1/
Authentication
Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Common Headers
| Header | Purpose | Example |
|---|---|---|
Authorization | API key authentication | Bearer sk_live_... |
Content-Type | Request body format | application/json |
Idempotency-Key | Prevent duplicate mutations | unique-uuid-here |
Accept-Language | Preferred response language | pt-BR, en-US, es-419 |
Response Headers
| Header | What It Contains |
|---|---|
X-RateLimit-Limit | Maximum requests per minute |
X-RateLimit-Remaining | Remaining requests in current window |
X-RateLimit-Reset | Unix timestamp when the window resets |
X-Credits-Remaining | Remaining credit balance |
X-Request-Id | Unique request identifier for debugging |