2 min readRecRam
Robust API Management & Comprehensive Developer Documentation

We are leveling up the developer experience within Recram. This update brings significant structural enhancements to how you manage third-party integrations and custom workflows, introducing granular security controls and officially launching our comprehensive API Reference.
What’s Improved & Upgraded:
- Granular API Permissions (Scopes): Security is paramount. You are no longer restricted to generating “all-access” master keys. When creating a new API Key, you can now assign strict, granular permissions. Limit a key specifically to
forms.read,forms.write,medias.read, orcaptures.readto ensure a least-privilege security model for your integrations. - Enhanced API Management Dashboard: A newly designed, centralized hub to manage your third-party access. You can now easily monitor “Total Usage” metrics, track Active vs. Inactive keys, and securely generate new tokens from a single, clean interface.
- Complete API Documentation (Open API v1): We have officially published our detailed API Developer Hub. Accessible directly from your dashboard, it provides a complete reference for interacting with the Recram infrastructure programmatically.
- Standardized Developer Experience: The new documentation clearly outlines our stable V1 architecture, including:
- Authentication Methods: Support for both
X-API-Keyand standardAuthorization: ApiKeyheaders. - Organization Context: Seamlessly route requests to specific workspaces using the
X-Organization-Idheader. - Transparent Rate Limiting: All API responses now include comprehensive rate-limit headers (e.g.,
X-RateLimit-Limit-Minute,X-RateLimit-Remaining-Day) so your applications can handle throttling gracefully. - Extensive Endpoint Coverage: Full CRUD (Create, Read, Update, Delete) capabilities are now documented across all core resources: Forms, Captures, Answers, Workspaces, Medias, and Contacts.
- Authentication Methods: Support for both