---
title: "Get the current webhook URL"
method: GET
path: "/v1/api/config/webhook"
tags: ["Configuration"]
---

# Get the current webhook URL

`GET /v1/api/config/webhook`

## Response `200`

Current webhook URL.

- WebhookGetResponse
  - `webhook_url` string, uri, nullable — The current webhook URL or null if not set.
  - `updated_at` integer — Unix timestamp (ms) when the webhook URL was last updated.

## Other responses

- `401` — Invalid or missing API key.

---

[API](https://skmtc.dev/blooio/apis/blooio-messaging-api-v3.md) · [All operations](https://skmtc.dev/blooio/apis/blooio-messaging-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blooio/blooio-messaging-api-v3/revisions/2d1e4d94ef5b/schema)
