cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
We are making some updates so the Community might be down for a few hours on Monday the 11th of November. Apologies for the inconvenience and thank you for your patience. You can find out more here.

Dropbox Sign API

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: can other users use my app ?

can other users use my app ?

Jalapina
Helpful | Level 5
Go to solution

im working on my app using the signature api and dropbox sign in.

 

When i send out a signature request, the requester is always me, the one who owns the apis key. 

i want to make it so who ever is signed in to my app via the dropbox sign in is the requester 

 

https://api.hellosign.com/v3/signature_request/create_embedded
this is the endpoint im using for the creating of the signature request. 
1 Accepted Solution

Accepted Solutions

DB-Des
Dropbox Engineer
Go to solution

Hi there,

 

In order to change the requester for a signature request, you will need to create an unclaimed draft instead of a signature request. In the request body, you'd assign the email of the user to the requester_email_address parameter. That user can then load the request on the iframe, place signer fields and send the signature request themselves.

 

Hope this helps!

 

 

View solution in original post

2 Replies 2

DB-Des
Dropbox Engineer
Go to solution

Hi there,

 

In order to change the requester for a signature request, you will need to create an unclaimed draft instead of a signature request. In the request body, you'd assign the email of the user to the requester_email_address parameter. That user can then load the request on the iframe, place signer fields and send the signature request themselves.

 

Hope this helps!

 

 

Jalapina
Helpful | Level 5
Go to solution

thats what i needed , but it doesnt work on test mode . 

thank you 

Need more support?