> For the complete documentation index, see [llms.txt](https://200ok.gitbook.io/200ok-documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://200ok.gitbook.io/200ok-documents/user-manual/webhook/putting-your-webhook-to-the-test.md).

# Putting Your Webhook to the Test!

Below are the steps to test the webhook.

1. Copy the URL from the Webhook channel and paste it in the postman.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdKZtleji105QvQxp5w9ZlKcMIBfXLuA-NeSOQuLk9ZVuCW6QHvkHnKcVMRo7Mv1-WdR410c9Eh7sxsg2oATKljuG7iAvh_UNZjMsg5RJxTPB5m9MzMZtYcMgxyeBcv9tBTY-yUUj5grnS2iRpE4Bu-ELpN?key=Qn1Sj8EAu6kr0KuxoTFVWQ" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe42SSYh5K4sKe_yT_8Xvn7NDaXmIlB1CBFK8l0Q7Bt3U-Ib0dA0RlQq9DRtIC620ejwTksStMa82b90wrLsneNT55kOdo90PbamtG19IDEiBUPQ50CdU2aTHiItz7D-hOWUgiSfIZMSVpmHkQne8PYuRuV?key=Qn1Sj8EAu6kr0KuxoTFVWQ" alt=""><figcaption></figcaption></figure>

2. After passing the URL in the postman click on send, it will be executed as shown in the above image.

This is how we can the test webhook without any token based. Let us see how to test the Webhook with token based.

&#x20;                                                     &#x20;

**Webhook test with token based .**

In order to maintain the secure based execution we can use a token for executing the webhook.

1. Click on the advance setting in the webhook channel, we can see the token field, pass the required token.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdQtxREZgnqa_3YJVnvD6GAsM0xAsgeaWQe2PnabjJfM06WN15gjvZhoHs08CkW-gi_DJQdY5UlhJqGrr_GgidkVA4KYwtiZEYnGGaIrml6MVXoZNrfDd6HEbkq2ri0wOtsV_Jl0g-EWW-lYAZSSzb6f6yW?key=Qn1Sj8EAu6kr0KuxoTFVWQ" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfMcFjY__gIIhja4ZbmXOEiIWV1MERX9c0TpISzv3HyyY9moEAofgFhg_6XE7FTxaFlGt4TD2qsG2NDZVM1Y4_XbpxmDlohfu6coMFbXvZK0-PEGqCLSj77aYEFLiqsIjaGCmllKfQ26mv_zmfX4Bbynz2m?key=Qn1Sj8EAu6kr0KuxoTFVWQ" alt=""><figcaption></figcaption></figure>

2. Pass the token along with the url in the postman and execute the channel.

<figure><img src="https://1271267903-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F899iGp7icc9A7KXck3HI%2Fuploads%2FrONPivQd0fP7OkKSiu7S%2Fimage.png?alt=media&amp;token=72621439-797f-41c2-820e-e99cf11aa8b7" alt=""><figcaption></figcaption></figure>

2. After passing the token in the postman and executing the channel it shows the status code as 200 OK. The channel executed successfully using the token.

And that’s how you can successfully test the webhook, both with and without a token!
