Ignisign's Api


Welcome to the IgniSign Electronic Signature Platform API documentation!
IgniSign is a comprehensive electronic signature platform that enables users to sign, send, and manage documents securely online. With IgniSign, users can streamline their document signing processes, reduce turnaround times, and increase productivity.
The IgniSign API allows developers to integrate electronic signature functionality directly into their applications, enabling their users to sign and manage documents without ever leaving their platform. With the IgniSign API, developers can easily automate document signing workflows, track signature progress in real-time, and securely store signed documents.
This documentation provides comprehensive information on how to use the IgniSign API to integrate electronic signature functionality into your application. It includes detailed information on API endpoints, authentication, error handling, and sample code snippets in multiple programming languages.
Whether you're developing a new application or looking to enhance an existing one, the IgniSign API provides a robust and flexible electronic signature solution that can help you achieve your business objectives.
Authentication
- HTTP: Bearer Auth
- HTTP: Bearer Auth
- API Key: uniqueToken
This security scheme represents endpoints that do not require authentication. No authorization header or token is needed to access these endpoints.
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | None |
API keys are defined by application and environment. You can obtain your API key from the console application.
The API key should be included in the Authorization header as a Bearer token:
Authorization: Bearer YOUR_API_KEY
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | Key |
Unique tokens are single-use authentication tokens that provide access to specific features. These tokens are generated during the Ignisign signature process and have limited validity.
The token should be included as a query parameter in the request URL:
https://api.ignisign.io/endpoint?token=YOUR_TOKEN
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | token |
Terms of Service
https://ignisign.io/terms/License
MIT