> ## Documentation Index
> Fetch the complete documentation index at: https://docs.molesignal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cloudflare Logpush

> Cloudflare Logpush destination.

```http theme={null}
POST /api/v1/_cloudflare
```

Accepts NDJSON, including the gzip-encoded body Cloudflare Logpush commonly sends. Each line
becomes one log event in the connector's `target_stream` (default `cloudflare`). Returns `204` on
success.

<Note>
  This endpoint does not use a bearer token. Configure an enabled Cloudflare push connector and
  send the connector token in `X-Connector-Token`; `?token=...` is also accepted.
</Note>
