Subscribe to contact.added event using Rest hook (for private app)

Check out my code at this link here:

It will allow you to get the Authorisation Code, in which in turn will get the initial Access and Refresh Tokens. Once you have those tokens you will need to store them and deal with them as the Access Token expires after 24 hours.

I wrote this a few weeks ago on how you can verify the REST Hook.

Once you have done all that setup your REST Hook will work. I believe there is now a 5 minute delay when a REST Hook gets triggered.