Skip to main content

Developer Tools

Iara Data provides a full set of developer tools for programmatic integration and monitoring.

Available Tools

Quick Reference

ToolPurposeRequired Role
API KeysAuthenticate programmatic API accessAdmin, Developer
WebhooksReceive real-time event notificationsAdmin, Developer
Idempotency ExplorerDebug duplicate request handlingAdmin
Audit LogReview all actions in the workspaceAdmin

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

HeaderPurposeExample
AuthorizationAPI key authenticationBearer sk_live_...
Content-TypeRequest body formatapplication/json
Idempotency-KeyPrevent duplicate mutationsunique-uuid-here
Accept-LanguagePreferred response languagept-BR, en-US, es-419

Response Headers

HeaderWhat It Contains
X-RateLimit-LimitMaximum requests per minute
X-RateLimit-RemainingRemaining requests in current window
X-RateLimit-ResetUnix timestamp when the window resets
X-Credits-RemainingRemaining credit balance
X-Request-IdUnique request identifier for debugging