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: api-reference/endpoint/smartcrawler/start.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ sha256={your_webhook_secret}
229
229
230
230
To verify that a webhook request is authentic:
231
231
232
-
1. Retrieve your webhook secret from the [dashboard](https://scrapegraphai.com/dashboard)
232
+
1. Retrieve your webhook secret from the [dashboard](https://dashboard.scrapegraphai.com)
233
233
2. Compare the `X-Webhook-Signature` header value with `sha256={your_secret}`
234
234
235
235
<CodeGroup>
@@ -305,5 +305,5 @@ The webhook POST request contains the following JSON payload:
305
305
| result | string | The crawl result data (null if failed) |
306
306
307
307
<Note>
308
-
Make sure to configure your webhook secret in the [dashboard](https://scrapegraphai.com/dashboard) before using webhooks. Each user has a unique webhook secret for secure verification.
308
+
Make sure to configure your webhook secret in the [dashboard](https://dashboard.scrapegraphai.com) before using webhooks. Each user has a unique webhook secret for secure verification.
0 commit comments