OAuth Authorization
Hi,
I have a web site that I would like to send agreements from a base account, not on behalf of a user.
In server side code I would like to automatically send these agreements.
The first Authorization step is to carry out an 'Authorization Request'. For this you have to supply a redirect URL.
How would I go about retriving an access token from our base account to send these agreements without exposing any kind of logon UI.
I know who I am and have my user name and password so should be able to authenticate myself behind the scenes in order to send an agreement.
I have read:
and don;t want to use a 'legacy' integration key.
Thanks
J
