---
title: "An alternative URL to post events to"
method: POST
path: "/streams/{stream}/incoming/{guid}"
tags: ["Streams"]
---

# An alternative URL to post events to

`POST /streams/{stream}/incoming/{guid}`

A URL generated by KurrentDB if you don't supply an ID when creating a stream. You then use this URL to post events to.

## Path parameters

- `stream` string, required
- `guid` string, required

## Response `201`

New event created

## Other responses

- `307` — Temporary Redirect
- `400` — Write request body invalid
- `401` — Unauthorized
- `404` — Not found
- `410` — Gone
- `413` — Request entity too large

---

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