Generates an Authentisign 2 (AS2) SSO signing URL for the specified transaction. Builds a signing session using the authenticated member's profile, the specified transaction, and the provided document list and packet name. The returned URL can be used to redirect the user directly into the Authentisign signing experience.
GET
/transactions/{transactionId}/get-authentisign-url
curl \
--request GET 'https://api.pre.zipformplus.com/api/transactions/{transactionId}/get-authentisign-url?docList=form-id-1%2Cform-id-2%2Cdoc-id-3&packetName=Purchase+Agreement+Signing' \
--header "X-Auth-ContextId: $API_KEY"
Response examples (200)
{
"url": "https://cloud.authentisign.com/sso?sso=eyJhbGci...&signingId=97757ef1-2a4c-ee11-a3f1-6045bddacb97&redirectUrl=https%3a%2f%2fzipformplus.com%2fdefault.aspx"
}