Blueink API Overview
Introduction
This section contains an overview of concepts and usage of the Blueink API, including Authentication, Pagination, etc.
You can find a detailed documentation on API endpoints and operations in the API Reference section.
If just starting with the Blueink API, you might want to check out the Guides that supplement this API Overview.
Versioning
The Blueink API uses semantic versioning. All minor and patch versions of the v2 API should be backwards compatible.
- The latest version of the v2.X.X API is available at the path
/api/v2/.
Old minor and patch versions are not accessible.
HTTPS Only
The Blueink API is only accessible via HTTPS.
Rate Limits
- By default, Bundle creation requests (e.g a POST to /bundles) are limited to 200 / hour.
- Other API requests are limited to 2000 / hour.
- If you need higher limits, we are happy to accommodate. Please contact our team at [email protected].
Test Mode
When creating envelopes with is_test: true, there are important restrictions to ensure test envelopes remain within your organization:
Email Verification Required: Test envelopes can only be sent to email addresses that belong to users who exist in your Blueink account with verified email addresses.
Account User Restriction: Test envelopes cannot be sent to arbitrary external email addresses - they must match existing account users.
This ensures test envelopes stay within your organization during development and testing, preventing accidental delivery to external recipients.
Additional Topics
📄️ Overview
An overview of concepts and usage of the Blueink API, including Authentication, Pagination, etc.
📄️ Core Concepts
Understand the fundamental building blocks of the Blueink API, including Bundles, Packets, Persons, and Templates.
📄️ RESTful API Principles
Learn about the architectural principles of the Blueink API, including standard HTTP verbs and status codes.
📄️ Error Handling
Detailed explanation of the Blueink API error response format and common error codes.
📄️ Authentication
Securely authenticate your API requests using Private API Keys. Learn about authentication headers and security best practices.
📄️ Pagination
How to paginate through results in the Blueink eSignature API
📄️ Webhooks
Learn how to use webhooks to receive real-time notifications about envelope status changes, signer actions, and more.
📄️ Changelog
Current Version: 2.16.0 (2026-06-11)