E-Signature Services

Description

The collection of Quik! Forms Engine E-Signature services are used to implement E-Signature features and capabilities within your environment. 

Endpoint URL: https://websvcs.quikforms.com/rest/esignature/

Endpoint Documentation: https://websvcs.quikforms.com/rest/esignature/swagger/index.html

How to Authorize on Swagger

  1. Retrieve your Quik! token by calling the following service in a tool such as Postman: https://websvcs.quikforms.com/rest_authentication/token 
    1. In the body, enter the correct grant_type for your account: grant_type=password&username=YOUR_USERNAME&password=YOUR_PASSWORD
    2. Content-type should be: application/x-www-form-urlencoded
  2. Copy the returned access_token value
  3. In swagger, click the Authorize button, and in the value field, type Bearer, a space, and paste your token value (e.g. Bearer YOUR_TOKEN_VALUE)
  4. Now you can select any method on the swagger page, click the Try it out button, enter parameters, and test the method

DocuSign Services

Service

URLTYPE

Service Description

Parameters

Sign with DocuSign/docusign/signPOSTThe endpoint where the Sign button posts to when the signing process is handled by Quik! rather than the customer.posted data
Revoke DocuSign Token/docusign/oauthtokensDELETE

Revokes a DocuSign token for the specified Environment and CustomerUserID

Token, Environment ID, CustomerUserID
Get DocuSign Token by CustomerID/docusign/oauthtokensGET

Gets the list of DocuSign tokens associated to the given CustomerID

CustomerID

Create DocuSign Token

/docusign/oauthtokensPOSTCreates a DocuSign token

{
"DocusignUsername":"",
"DocusignPassword":"",
"SignEnvironmentID":,
"CustomerUserID":"",
"IsPrivate":false,
"AccountId":""
}

Get DocuSign Token by Environment

/docusign/oauthtokens/environments/{SignEnviromentID}

GET

Gets the list of DocuSign tokens associated to the given CustomerID and SignEnvironmentID

CustomerID, Environment ID
Get DocuSign Token by Environment and CustomerUserID

/docusign/oauthtokens/environments/{SignEnviromentID}/customerusers/{customerUserID}

GET

Gets the DocuSign Token for the given SignEnvironmentID and CustomerUserID

SignEnvironmentID, CustomerUserID
Get DocuSign Environments

/docusign/environments

GET

Gets the list of available Docusign Environments


Get Envelope Data/docusign/selfservice/envelopedataPOSTGets the necessary information for generating a DocuSign envelope. This method is used for implementing the Self Service model only.PostedDada

SIGNiX Services

Service

URLTYPE

Service Description

Parameters

Get SIGNiX Environments/signix/environmentsGETGets the list of available SIGNiX environments
Delete SIGNiX Credentials/signix/credentials/{environmentID}DELETEDelete credentials for the customer by environmentenvironmentID
Get SIGNiX Credentials/signix/credentials/{environmentID}GETGets credentials for the customer by environmentenvironmentID
Get SIGNiX Credentials for Customer/signix/credentialsGETGets list of all available credentials for the customer
Add SIGNiX Credentials/signix/credentialsPOSTAdd SIGNiX credentialsuserData (Username, Password, SignEnviromentID, ClientID, Sponsor)

For help regarding Quik! Forms and the Quik! API
Email: support@quikforms.com | Phone: (877) 456-QUIK