> ## 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.

# Heroku log drain

> Heroku log drain destination.

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

Accepts a text log drain body and turns each line into one log event in the connector's
`target_stream` (default `heroku`). Returns `204` on success.

<Note>
  This endpoint does not use a bearer token. Put the enabled Heroku connector token in
  `?token=...`; `X-Connector-Token` is also accepted for clients that can set the header.
</Note>
