---
title: "Get webhooks"
method: GET
path: "/payout/account/webhooks"
tags: ["Account"]
---

# Get webhooks

`GET /payout/account/webhooks`

This **GET** endpoint is used to retrieve the current list of webhook configurations for your account. <br>
You can use this endpoint to view the registered webhook URLs along with the specific events they are configured to listen to. <br>
There are no required parameters to access this endpoint. <br>
The response will return a JSON object containing an array of webhook URLs and the corresponding event types they are subscribed to.

## Response `200`

successful operation

- object[]
  - `webhook_url` string, required — Webhook URL
  - `event_types` string[], required — The events the webhook URL is subscribed to
  - `webhook_token` string, uuid, required — The token associated with this webhook configuration

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not found.
- `405` — Method Not Allowed.
- `500` — Internal server error.
- `504` — Gateway Time-out.

---

[API](https://skmtc.net/masspay/apis/masspay-api.md) · [All operations](https://skmtc.net/masspay/apis/masspay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/masspay/masspay-api/revisions/c03b61a6a551/schema)
