You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/includes/_webhooks.md
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,7 @@ If the request to your configured URL returns with a status of `4XX` or `5XX` we
53
53
are going to retry the delivery for 24 hours which exponential increasing intervals between the retries.
54
54
55
55
## Security Considerations
56
-
As our webhooks don't provide authentication mechanisms, you shouldn't take the values contained in the requests as granted. It is considered a good practice to request the contained values by their reference id (e.g. job_application.received contains the job application id which allows you to request the referenced job application via our REST API)
57
-
56
+
You may optionally secure your webhooks endpoints using Basic Authentication or an OAuth 2.0 client credentials flow. Nevertheless, it is good practice to request the contained values by their reference id (e.g. job_application.received contains the job application id which allows you to request the referenced job application via our REST API).
58
57
You can restrict the webhooks to only accept them from our IPs: 52.57.76.133, 52.57.83.207.
59
58
60
59
## Available Events
@@ -66,21 +65,15 @@ You can restrict the webhooks to only accept them from our IPs: 52.57.76.133, 52
0 commit comments