January 30, 2026
Penbox Connect API 2.0: Connect Anything, Effortlessly
We’re excited to announce Penbox Connect API 2.0: a complete reimagining of our integration platform that makes connecting Penbox to your tools, workflows, and systems simpler than ever.Whether you’re building a CRM integration, automating workflows, or creating custom dashboards, Connect API 2.0 gives you the flexibility and power to connect anything to Penbox with minimal friction.What’s New
🔐 Simple Token Authentication
Getting started is now instant.We’ve replaced complex OAuth flows with simple Bearer token authentication. Create a token in your dashboard, copy it, and start making API calls immediately—no redirect URIs, client secrets, or authorization codes required.Go to Settings → API Tokens, create a token, and you’re ready to build.Security you can trust:- Instant revocation from the dashboard
- Usage tracking and audit trails
- Workspace-scoped permissions
- Secure token storage with industry-standard encryption
🏢 Multi-Workspace Support
One integration, unlimited workspaces.Organizations managing multiple Penbox workspaces can now use a single API token across all of them. No more juggling separate integrations for different subsidiaries, brands, or client environments.New/v1/workspaces endpoint lets you discover available workspaces and filter resources by workspace for consolidated reporting and cross-workspace automation.Perfect for:- Multi-tenant applications
- Agency workflows managing multiple clients
- Organizations with multiple brands or subsidiaries
- Consolidated analytics and reporting
📊 Complete Case Management API
Build sophisticated workflows programmatically.We’ve expanded case management with comprehensive endpoints for the entire case lifecycle:- Create cases with templates, contacts, and prefilled data
- Update case data with batch operations and full attribution tracking
- Manage contacts on existing cases
- Start case steps to progress workflows programmatically
- Count and filter cases for dashboards and reporting
- Discover case templates to understand available workflows
🔍 Two Levels of Filtering
Simple when you need it, powerful when you want it.We’ve introduced a dual-tier filtering system that scales with your needs:Method 1: Direct Query ParametersClean, readable URL parameters for everyday filtering:filter parameter with operators:- Comparison operators:
$eq,$ne,$gt,$gte,$lt,$lte - Attribute filtering: Filter on any case field
- Relationship filtering: Query across related entities
- Combined conditions: Mix multiple criteria in a single query
📈 Enhanced Forms & Templates
More control over form workflows.Expanded capabilities for form management:- Count endpoint with grouping by status, template, or custom fields
- Advanced filtering on forms with date ranges and complex queries
- Template discovery to list available forms and understand their structure
- Template configuration access to get options and field definitions
View Templates API →
📎 Better Attachment Management
Simplified file operations.- Download multiple attachments merged into a single PDF
- Upload files with metadata for better organization
- Access signatures and signed documents programmatically
Why This Matters
For Developers:- Get started in minutes instead of hours
- Simpler authentication with no OAuth complexity
- Consistent patterns across all endpoints
- Complete API documentation with interactive examples
- One token for all your workspaces
- Build once, deploy everywhere
- Two-tier filtering eliminates custom query logic
- Clear rate limits and error handling
- Connect Penbox to any tool in your stack
- Build custom dashboards and analytics
- Automate case creation from any source
- Create embedded workflows in your applications
Getting Started
- Create an API token at app.penbox.io/settings/api
- Make your first request:
- Explore the full API at docs.penbox.io/api-reference
Documentation & Resources
- Complete API Reference: docs.penbox.io/api-reference
- Authentication Guide: docs.penbox.io/api-reference/authentication
- All API Endpoints: docs.penbox.io/api-reference/all-endpoints
- Advanced Filtering: docs.penbox.io/api-reference/advanced-filters
- Pagination & Sorting: docs.penbox.io/api-reference/pagination-and-sorting