Open jmsfwk opened 1 year ago
Hi @jmsfwk Please see details relating to tokens in the documentation below; https://foundations-documentation.reapit.cloud/api/reapit-connect#making-authenticated-requests
Hi @AshDeeming
I know how to get tokens and make requests with them, but in a webhook handler I don't have any user available.
Hi @jmsfwk Could you confirm the app name please?
Hi @AshDeeming
The app ID is aa1dfc0b-2c9f-49c3-b5fd-d87dc4c97fb4 and the name is "iamproperty movebutler".
Hi @jmsfwk The above mentioned app is a client side app & believe you may need a server side app; https://foundations-documentation.reapit.cloud/api/api-documentation#client-credentials-flow
Hi @AshDeeming
So there's no way for a client side app to automatically fetch webhook signing keys?
Hi @jmsfwk not currently no. We can look at adding an endpoint to the resthooks API to allow you to access these keys. We've got a refinement session today so we'll discuss this then
This issue has been updated and moved to our ‘Near Term’ column (typically completed within 0 - 4 months). We have assessed the effort required and outlined a technical specification - please take the time to review this detail. When we're ready to schedule the issue, it will be assigned to the relevant board where you can continue to track its progress to completion. For more information on our processes, please click here
Internal ref: PBI-5694
Summary
How should I authenticate to get webhooks public keys?
Detail and or supporting links and screenshots
For an application with user authentication when I receive a webhook I don't have any user context. What token should I use to get a public key?
Specification