I am sending an envelop to user from DocuSign account. In my application I want to get URL for an envelop in postman. I am getting an URL but once I open the URL signature option is not coming.
I am calling below createRecipientView endpoint.
URL: https://demo.docusign.net/restapi/v2.1/accounts/{accountId}/envelopes/{envelopId}/views/recipient
In request body sending: recipient_id, userName, email, authenticationMethod, returnUrl
I am getting URL for an envelop but signature tab is not there to sign on envelop.
You have to add the signature tab to the envelope in the API call where you make the envelope. It's part of the recipient object, because tabs are tied to recipients.
Here is what this JSON may look like, in this case using anchor strings to position (you can also used fixed positioning with
xPositionandyPositioninstead)