Integrate Adobe Signature with my Web Application
- Users login to my application.
- Users write some stuff.
- Users clicks on send for signature with email of receiver.
- My application on backend has to fire an API call to adobe with pdf content as body.
- Once signatory signs the document my application has to receive a call back that it is signed.
This is a brief part of my application. But when I am going through Adobe developer documentation, it shows OAuth has to be enabled. Here I am not planning to create user login via Adobe OAuth(like Google OAuth) but just my application want to fire API with contents and email of receiver. Some API apps(ex:- open weather) just provide a individual API key through which we can access and GET/SEND data.
- What is the need of OAuth in this case as mentioned in documentation ?
- Does Adobe has any API KEY to do this flow?
- What is the need of OAuth in case of Adobe Web hooks?
Please correct if my understanding is wrong.
