---
title: "🇫🇷 Norme · Retrieve the list of webhooks created by the owner of the token"
method: GET
path: "/flow-service/v1/webhooks"
tags: ["AFNOR XP Z12-013/FlowService"]
---

# 🇫🇷 Norme · Retrieve the list of webhooks created by the owner of the token

`GET /flow-service/v1/webhooks`

## Headers

- `Request-Id` string, uuid
- `Organization-Id` string

## Response `200`

OK

- Response
  - `count` integer
  - `webhooks` Webhook[], nullable
    - `webhookId` string, uuid, nullable
    - `signingKey` string, byte, nullable
    - `createdAt` string, date-time, nullable
    - `callbackUrl` string, uri, required
    - `flowTypes` FlowType[], nullable
    - `flowDirection` 'In' | 'Out' — Direction of the flow: - `In`: Incoming flow, from the PDP to the OD - `Out`: Outgoing flow, from the OD to the PDP
    - `ackStatus` 'Pending' | 'Ok' | 'Error' — - `Ok`: the following checks have passed: - Anti virus - Integrity checks - Technical rules checks - Unicity checks - `Error`: one of the previous test has failed - `Pending` : the flow is not yet integrated

---

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