---
title: "Adobe Acrobat Sign API Directory"
url: "https://lb.getknit.dev/blog/adobe-acrobat-sign-api-directory/"
date: "2026-08-13T12:59:54+00:00"
modified: "2026-08-22T15:12:31+00:00"
type: "post"
---

# Adobe Acrobat Sign API Directory

[Blog](https://lb.getknit.dev/blog) / [API Directory](https://lb.getknit.dev/blogs/api-directory/) / Adobe Acrobat Sign API Directory [API Directory](https://lb.getknit.dev/blogs/api-directory/) · August 13, 2026 

Adobe Acrobat Sign API Directory
================================

 ![](https://storage.googleapis.com/knit-website-media/2026/08/64c34c8eb1ffc79e7f787ecd_Akshat-3-150x150.png)Akshat Jain

4 min read

 

 

 [](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Flb.getknit.dev%2Fblog%2Fadobe-acrobat-sign-api-directory%2F) [](https://twitter.com/intent/tweet?url=https%3A%2F%2Flb.getknit.dev%2Fblog%2Fadobe-acrobat-sign-api-directory%2F&text=Adobe%20Acrobat%20Sign%20API%20Directory)  

 

 

 

  Table of Contents - [Adobe Sign API Endpoints](#)
- [Adobe Sign API FAQs](#)
- [Get started with Adobe Sign API](#)
 
  Adobe Sign, introduced in 2006 as part of Adobe’s comprehensive suite of document management solutions, has transformed the way businesses handle electronic signatures and document workflows.

‍

With Adobe Sign APIs, developers can access powerful tools that enable seamless integration of e-signature capabilities into their applications, providing a secure and efficient way to manage digital transactions.

‍

Key highlights of Adobe Sign APIs are as follows:

1. **Comprehensive Document Management**: It automates the entire document lifecycle, from creation and distribution to signing and archiving.

2. **Real-time Tracking and Notifications**: It helps to monitor the status of documents in real time, receiving instant updates on signatory actions.

3. **Robust Security and Compliance**: It ensures that all electronic signatures are legally binding and compliant with industry standards such as GDPR, eIDAS, and HIPAA.

4. **Seamless Integration**: It is easy to integrate with popular platforms like Microsoft Office 365, Salesforce, and other CRM and ERP systems, enhancing productivity and collaboration.

5. **Customizable Workflows**: It helps to tailor the signing process to fit specific business needs, incorporating custom branding and user experiences.

In this article, we’ll provide an overview of the Adobe Sign API endpoints.

‍

**Adobe Sign API Endpoints**
----------------------------

While there are several Adobe Sign API endpoints, here are the most commonly used ones in the latest version:

#### **Transient Documents**

These endpoints are used to upload a document, get its document ID, and get the requested views for that document.

- POST /transientDocuments
- POST /transientDocuments/{transientDocumentId}/views

#### **Agreements**

These are used to create, send, and manage agreements and documents for e-signature.

- POST /agreements
- POST /agreements/{agreementId}/members/participantSets/{participantSetId}/delegatedParticipantSets
- POST /agreements/{agreementId}/members/share
- POST /agreements/{agreementId}/reminders
- GET /agreements
- GET /agreements/{agreementId}
- GET /agreements/{agreementId}/auditTrail
- GET /agreements/{agreementId}/documents
- GET /agreements/{agreementId}/reminders
- GET /agreements/{agreementId}/members
- GET /agreements/{agreementId}/members/participantSets/{participantSetId}
- GET /agreements/{agreementId}/shares
- PUT /agreements/{agreementId}/me/visibility
- PUT /agreements/{agreementId}/members/participantSets/{participantSetId}
- DELETE /agreements/{agreementId}/documents
- DELETE /agreements/{agreementId}/shares

‍

#### **Users**

These are used to manage user accounts, permissions, and roles within the Adobe Sign system.

- POST /users
- POST /users/{userId}/views
- GET /users
- GET /users/{userId}
- GET /users/{userId}/events
- PUT /users/{userId}
- PUT /users/{userId}/locale
- PUT /users/{userId}/state

‍

#### **Library Documents**

These help to create and manage template documents that can be reused for multiple agreements.

- POST /libraryDocumentsCreates
- POST /libraryDocuments/{libraryDocumentId}/views
- GET /libraryDocuments
- GET /libraryDocuments/{libraryDocumentId}
- GET /libraryDocuments/{libraryDocumentId}/auditTrail
- GET /libraryDocuments/{libraryDocumentId}/events
- GET /libraryDocuments/{libraryDocumentId}/members
- PUT /libraryDocuments/{libraryDocumentId}

‍

#### **Search**

This API helps to retrieve, search, filter, and sort agreements for the user.

- POST /search

‍

#### **Workflows** 

These APIs help to automate and manage multi-step signing processes and workflows.

- GET /workflows
- GET /workflows/{workflowId}

‍

#### **MessageTemplates**

These APIs help to retrieve a list of message templates applicable to the current user.

- GET /messageTemplates

‍

#### **MegaSigns**

These APIs help to send a single document to multiple recipients for individual signatures.

- POST /megaSigns
- POST /megaSigns/{megaSignId}/members/share
- POST /megaSigns/{megaSignId}/reminders
- POST /megaSigns/{megaSignId}/views
- GET /megaSigns
- GET /megaSigns/{megaSignId}
- GET /megaSigns/{megaSignId}/agreements
- GET /megaSigns/{megaSignId}/documents
- GET /megaSigns/{megaSignId}/documents/imageUrls
- GET /megaSigns/{megaSignId}/documents/{documentId}
- GET /megaSigns/{megaSignId}/events
- GET /megaSigns/{megaSignId}/members
- GET /megaSigns/{megaSignId}/reminders
- GET /megaSigns/{megaSignId}/reminders/{reminderId}
- PUT /megaSigns/{megaSignId}

‍

#### **Webhooks**

These APIs help to create and manage webhooks.

- POST /webhooks
- GET /webhooks
- GET /webhooks/{webhookId}
- PUT /webhooks/{webhookId}
- PUT /webhooks/{webhookId}/state
- DELETE /webhooks/{webhookId}

[Here’s a detailed reference](https://secure.na1.adobesign.com/public/docs/restapi/v6) to all the Adobe Sign APIs.

‍

**Adobe Sign API FAQs**
-----------------------

Here are the frequently asked questions about Adobe Sign APIs to help you get started:

1. How to customize Signature fields in Document using adobe sign API? [Answer](https://stackoverflow.com/questions/66788863/customizing-signature-fields-in-document-using-adobe-sign-api)
2. How to create a widget with pre-filling details? [Answer](https://stackoverflow.com/questions/52291229/adobe-sign-api-create-a-widget-with-pre-filling-details)
3. Adobe Sign access token invalid\_request [Answer](https://stackoverflow.com/questions/45150587/adobe-sign-access-token-invalid-request)
4. Attached pdf in the email is base64 encoded and does not show the actual PDF [Answer](https://salesforce.stackexchange.com/questions/422372/i-am-trying-to-create-an-agreement-using-transient-document-in-adobe-sign-using)
5. Adobe Sign API password protection not working [Answer](https://stackoverflow.com/questions/75454255/adobe-sign-api-password-protection-not-working)

‍

**Get started with Adobe Sign API**
-----------------------------------

Adobe Sign API access is reserved exclusively for enterprise and developer tier accounts. However, if you want to integrate with multiple HRMS or Recruitment APIs quickly, you can get started with Knit, one API for all top HR integrations.

To sign up for free, [click here](https://dashboard.getknit.dev/signup). To check the pricing, see our [pricing page](/pricing/).

Find more FAQs [here](https://helpx.adobe.com/sign/faq/api.html).

‍

 

 ![](https://storage.googleapis.com/knit-website-media/2026/08/64c34c8eb1ffc79e7f787ecd_Akshat-3-150x150.png)Written by Akshat Jain

Coding chaos into innovation and building from zero to scale

 

 

 

 

 

   Keep Reading
------------

  ![](https://storage.googleapis.com/knit-website-media/2026/08/blog-banner-yellow-scaled-640x400.png) [API Directory](https://lb.getknit.dev/blogs/api-directory/) 

### [Get Started with Darwinbox API: Complete Integration Guide](https://lb.getknit.dev/blog/a-to-z-of-integrating-with-darwinbox-api/)

Solve all your doubts about integrating with Darwinbox API with this guide

 August 13, 2026 · 4 min read 

 

   ![](https://storage.googleapis.com/knit-website-media/2026/08/blog-banner-green-640x400.png) [API Directory](https://lb.getknit.dev/blogs/api-directory/) 

### [Get Started with SuccessFactors API](https://lb.getknit.dev/blog/get-started-with-successfactors-api/)

Read this before you integrate with SuccessFactors API. We've got you all covered from endpoints to SuccessFactors API use cases…

 August 13, 2026 · 3 min read 

 

   ![](https://storage.googleapis.com/knit-website-media/2026/08/blog-banner-red-scaled-640x400.png) [API Directory](https://lb.getknit.dev/blogs/api-directory/) 

### [Get Started with Lever API](https://lb.getknit.dev/blog/lever-api/)

Get everything you need to get started with Lever ATS API in one place

 August 13, 2026 · 3 min read 

 

  

 

  \#1 in Ease of Integrations
---------------------------

![4.9 out of 5 stars](/wp-content/themes/knit/assets/images/g2/g2-star-rating.svg)

4.9 out of 5 stars on G2

![G2 Leader, Spring 2026](/wp-content/themes/knit/assets/images/g2/g2-leader.svg)![G2 Fastest Implementation, Spring 2026](/wp-content/themes/knit/assets/images/g2/g2-fastest-implementation.svg)![G2 High Performer, Spring 2026](/wp-content/themes/knit/assets/images/g2/g2-high-performer.svg)![G2 Best Est. ROI, Spring 2026](/wp-content/themes/knit/assets/images/g2/g2-best-roi.svg)

 

  Put Integrations on Autopilot. Talk to Experts.
-----------------------------------------------

Knit is loved by customers across the globe due to our seamless product and white glove support. You'll love us too!

 [Talk to a Human](/book-demo)
