How to create agreement using API with state as "AUTHORING" in V6? | Adobe Sign

Objective

How to create agreement using API with state as "AUTHORING" in V6?

Environment

REST API Documentation

Steps

To create agreement using API with state as "AUTHORING," do the following steps:

Go to Post /agreements and create Access token with the required scopes.

Use the request code as follows:

{
  "fileInfos": [
    {
      "transientDocumentId": "*********************"
    }
  ],
  "name": "A1",
  "participantSetsInfo": [
    {
      "memberInfos": [
        {
          "email": "abc@xyz.com"
        }
      ],
      "order": 1,
      "role": "SIGNER"
    }
  ],
  "signatureType": "ESIGN",
  "state": "AUTHORING"
}

Get help faster and easier

New user?