5. Add Tab to Envelope

POST {{baseUrl}}/{{apiVersion}}/accounts/{{accountId}}/envelopes/{{envelopeId}}/recipients/{{recipientId}}/tabs

In this example, we will modify an evelope and add a tab to a document. This endpoint allows one to modify envelopes after they were created, which is very useful.

Request Body

{"signHereTabs"=>[{"anchorString"=>"test", "anchorXOffset"=>"1", "anchorYOffset"=>"0", "anchorIgnoreIfNotPresent"=>"false", "anchorUnits"=>"inches"}]}