---
title: "Obter ."
method: GET
path: "/baas/v1/open/itp/applications/{applicationId}/webhooks"
tags: ["Application Webhooks"]
---

# Obter .

`GET /baas/v1/open/itp/applications/{applicationId}/webhooks`

Método para .

## Path parameters

- `applicationId` string, required

## Response `200`

retornou com sucesso.

- ListApplicationWebhook
  - `data` ApplicationWebhook[]
    - `id` string, required — O ID do webhook da aplicação.
    - `createdAt` string, required
    - `updatedAt` string, required
    - `deletedAt` string, required
    - `applicationId` string, required — O ID da aplicação. É um número exclusivo que identifica a aplicação.
    - `endpointBaseUrl` string, uri, required — URL de destino
    - `authentication` ApplicationWebhookAuthentication, required
      - `authType` 'no_auth' | 'api_key' | 'basic_auth' | 'bearer_token', required
      - `data` ApplicationWebhookAuthenticationData
        - `name` string
        - `value` string
        - `token` string
        - `username` string
        - `password` string
      - `add_position` 'header'

## Other responses

- `401` — Authentication is required to access this resource. The client must provide valid credentials.
- `403` — The server understood the request but refuses to authorize it. Access is permanently forbidden and tied to the application logic.
- `409` — The request conflicts with the current state of the resource on the server.
- `422` — The request contains invalid or malformed data that cannot be processed.
- `500` — An unexpected error occurred on the server while processing the request.
- `default` — Unexpected error.

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/revisions/85dd6188a37b/schema)
