> For the complete documentation index, see [llms.txt](https://developer.converted.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.converted.in/magento-or-webhooks/update-webhook-status.md).

# Update webhook status

## update webhook status&#x20;

<mark style="color:green;">`POST`</mark> `BASEURL/webhookStatus`

This endpoint allows you to get free cakes.

#### Headers

| Name           | Type   | Description                                                    |
| -------------- | ------ | -------------------------------------------------------------- |
| Authentication | string | Authentication token to track down who is emptying our stocks. |

#### Request Body

| Name   | Type   | Description             |
| ------ | ------ | ----------------------- |
| status | string | enum(enabled, disabled) |

{% tabs %}
{% tab title="200 " %}

```
{
    "status": "ok"
}
```

{% endtab %}
{% endtabs %}
