---
title: "Get all team-based webhooks"
method: GET
path: "/teams/{teamKey}/webhooks"
---

# Get all team-based webhooks

`GET /teams/{teamKey}/webhooks`

This endpoint will get all the currently registered webhooks for a particular [team](reference#get-teams). Webhooks are not scoped to a [user](reference#get-current-user) so multiple users could have created these webhooks.

A team based webhook involves any objects like contacts ororganizations that are scoped to a particular [team](reference#get-teams).

## Path parameters

- `teamKey` string, required

## Response `200`

200

- object
  - `results` object[]
    - `event` string
    - `targetUrl` string
    - `pipelineKey` string
    - `userKey` string
    - `key` string
    - `creationDate` integer
    - `lastSavedTimestamp` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/streakyc/apis/directory-fields.md) · [All operations](https://skmtc.net/streakyc/apis/directory-fields/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streakyc/directory-fields/versions/f9ece0b33f19/schema)
