-
can other users use my app ?
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…
-
Get Embedded Sign URL is asking for client id
when i run this code on my react app it gives me an error saying im missing the client ID parameters but in the documentation it dosent mention that , how am i suppose to make this call? Your request seems to have been malformed and returned the following error:→ Missing parameter: client_id async function fetchSignUrl()…
-
error 400 when trying to Get Embedded Sign URL
Hi I'm trying to Embedded the Dropbox sign api into my react project. im using javascript i want the user to sign in with their account and see their documents that need to be signed. when they click in a document it sends them to a page where the documents should be embedded i have the documents id and with that i can get…
-
Create Embedded Signature Request is not working with api key
im trying to use the Create Embedded Signature Request api end point, but it is not working with my api key for the client_id parameter i tried using my secrete id and even my hellosign api key but i keep getting this error {"error": {"error_msg": "'client_id' must be 32 characters long","error_path":…