Skip to content
Streamkap
Esc
navigateopen⌘Jpreview

Publish a record to a Streamkap/KC internal topic (local + admin app only)

POST/topics/internal/publish
Authorization
AuthorizationBearer token · headerrequired
Request body
requiredapplication/json
object
Responses
200

Successful Response

object
422

Validation Error

detailValidationError[]
Show properties
Array of ValidationError
locstring | integer[]required
Show properties
Array of string | integer
Any of:
string
string
integer
integer
msgstringrequired
typestringrequired
inputany
ctxobject
Request
curl -X POST "https://api.streamkap.com/topics/internal/publish" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'
Response
{}