Last updated on
Apr 27, 2021
Environment
Adobe Sign REST API v6
Question
Can admins post agreements using REST API v6 as there is no POST /workflows/{workflowId}/agreements call in v6 unlike v5?
Answer
Yes, you can post agreements using workflows in v6 using API call POST /agreements. Pass the workflowId parameter in the API call.
Additional information
You can get the workflowId of a workflow using GET /workflows call.