---
title: "POST /event-forwarder-get"
method: POST
path: "/event-forwarder-get"
tags: ["v2"]
---

# POST /event-forwarder-get

`POST /event-forwarder-get`

## Request body

- EventForwarderGet — eventForwarderGet is a command that get event forwarder
  - `json` boolean — Set output format to JSON
  - `name` string, required — EventForwarder name
  - `token` string — Authentication token (see `/auth` and `/configure`)
  - `uid-token` string — The universal identity token, Required only for universal_identity authentication

## Response `200`

eventForwarderGetResponse wraps response body.

- EventForwarderGetOutput
  - `event_forwarder` NotiForwarder
    - `auth_type` string
    - `client_id` string — Auth - JWT
    - `client_permissions` string[]
    - `comment` string
    - `creation_date` string, date-time
    - `endpoint` string
    - `event_types` EventType[]
    - `gateway_cluster_id` integer
    - `include_error` boolean
    - `is_enabled` boolean
    - `last_version` integer
    - `modification_date` string, date-time
    - `noti_forwarder_id` integer
    - `noti_forwarder_name` string
    - `noti_forwarder_type` string
    - `noti_forwarder_versions` ItemVersion[]
      - `access_date` string, date-time
      - `access_date_display` string
      - `access_id` string
      - `certificate_version_info` CertificateVersionInfo
        - `not_after` string, date-time
        - `not_before` string, date-time
        - `status` string
      - `creation_date` string, date-time
      - `customer_fragment_id` string
      - `deletion_date` string, date-time
      - `item_version_state` string — ItemState defines the different states an Item can be in
      - `modification_date` string, date-time
      - `protection_key_name` string
      - `unique_identifier` string
      - `version` integer
      - `with_customer_fragment` boolean
    - `override_url` string
    - `paths` string[]
    - `protection_key` string
    - `runner_type` string
    - `slack_noti_forwarder_public_details` SlackNotiForwarderPublicDetails
    - `teams_noti_forwarder_public_details` TeamsNotiForwarderPublicDetails
    - `timespan_in_seconds` integer
    - `to_emails` EmailEntry[]
      - `to_email` string
      - `to_name` string
    - `user_email` string
    - `username` string — Auth - User Password
    - `webhook_noti_forwarder_public_details` WebHookNotiForwarderPublicDetails
      - `auth_type` string
      - `endpoint_url` string
      - `username` string — Auth type - User Password
    - `with_customer_fragment` boolean
  - `event_forwarder_details` NotiForwarderDetailsInput
    - `app_private_key_pem_base64` string
    - `client_secret` string — Auth - JWT
    - `password` string — Auth - User Password
    - `slack_noti_forwarder_details` SlackNotiForwarderDetails
      - `endpoint_url` string
    - `teams_noti_forwarder_details` TeamsNotiForwarderDetails
      - `webhook_url` string
    - `webhook_noti_forwarder_details` WebhookNotiForwarderDetails
      - `certificate` string — Auth type - Certificate
      - `password` string — Auth type - User Password
      - `private_key` string
      - `server_certificate` string
      - `token` string — Auth type - Token

## Other responses

- `default` — errorResponse wraps any error to return it as a JSON object with one "error" field.

---

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