---
title: "[BETA] Call a signal endpoint."
method: POST
path: "/api/signal-endpoint/{name}"
tags: ["Operational"]
---

# [BETA] Call a signal endpoint.

`POST /api/signal-endpoint/{name}`

**Enterprise feature**

**[BETA]** This API is in beta state, which means it may change or be removed in the future.

Calls a configured signal endpoint, registering a signal.

## Path parameters

- `name` string, required

## Response `202`

This response has no body.

## Other responses

- `401` — Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.
- `404` — The requested resource was not found.

---

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