I'm using the Docusign Rest API, and I am successfully authenticating with my developer account. I am calling a template for embedded signing, but am not getting any results. Below is the error message that I receive:
Error Message:
404 - File or directory not found.
Requests
URI
"https://demo.docusign.net/v2/accounts/bdc5a87e-d03d-449a-b03d-XXXXX/envelopes"
headers
Headers
{"X-DocuSign-Authentication"=>
"<DocuSignCredentials><Username>608d8624-47d9-44fa-b33c-XXXXX</Username><Password>XXXXXXXX</Password><IntegratorKey>XXXXX-5406c2d5-1e42-4823-b508-XXXXX</IntegratorKey></DocuSignCredentials>",
"Accept"=>"application/json",
"Content-Type"=>"application/json"}