---
title: "Get webhook config"
method: GET
path: "/webhook/config"
tags: ["Webhooks"]
---

# Get webhook config

`GET /webhook/config`

The `GET /webhook/config` endpoint retrieves the webhook configuration.

## Response `200`

Successful response

- GetWebhookConfigResponse — Specifies details of the webhook.
  - `config` Config — Specifies the types of webhook currently configured.
    - `type` EventType[], required
    - `url` string, required — Specifies the webhook URL that receives the status updates.

## Other responses

- `400` — The client specified an invalid argument
- `401` — The authorization information is missing or invalid
- `403` — Permission to access this endpoint is denied
- `404` — The requested entity, such as a payment, was not found
- `429` — Too many requests
- `500` — An unexpected or internal server error
- `501` — The operation was not implemented
- `503` — Service is unavailable
- `504` — Gateway has timed out

---

[API](https://skmtc.net/token/apis/token-io-s-open-banking-api-for-tpps.md) · [All operations](https://skmtc.net/token/apis/token-io-s-open-banking-api-for-tpps/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/token/token-io-s-open-banking-api-for-tpps/versions/5e8d6d2c24a1/schema)
