Participant
November 4, 2025
Answered
Valid view name is missing in transientDocuments views API
- November 4, 2025
- 1 reply
- 95 views
Hi,
I am calling this API to retrieve the uploaded documents for viewing directly in Adobe, but it returns the following error. I have already added the required scopes. Could someone please help me with this?
{
"code": "MISSING_REQUIRED_PARAM",
"message": "Valid view name is missing"
}
Curl:
curl --location 'https://secure.na3.adobesign.com/api/rest/v6/transientDocuments/${transientDocId}/views' \
--header 'accept: application/json' \
--header 'Authorization: Bearer 3AAABLblqZhBDBX3b7dV_X-83VdteEAlNNO31k_44HgHLc67tv3ck' \
--header 'Content-Type: application/json' \
--header 'Cookie: JSESSIONID=813D69CA084F54D276AC29AB2232FF00.webapp-prod-b-2' \
--data '{
"name":"SIGNING_VIEW"
}' Thanks
Shree
