Overview
Welcome to the Syngrafii iinked Sign API Quickstart guide! This guide will help you get started with sending a package for signing using the iinked Sign API in just a few simple steps.Prerequisites
- Sandbox account with an active subscription
Steps
Create API Key
- Log in to your account.
- Navigate to
Settings>Integration>API Keys. - Provide a name, click
Add, and save your API key securely.
You require an active subscription to create API keys.
Create Add Package Request
- Postman
- Open Postman and create a new request.
-
Set the request type to
POST. -
Enter the request URL:
https://sandbox.syngrafii.com/api/v1/packages/add. -
In the
Authorizationtab, selectAPI Key:- Key:
api_key - Value:
{{api_key}} - Add to:
Header
- Key:
-
In the
Bodytab, selectrawand chooseJSONfrom the dropdown.Request