Outpost API

Publish

Endpoint:http://localhost:3333/api/v1

Operations for publishing events.


Publish Event

POST
http://localhost:3333/api/v1
/publish

Publishes an event to the specified topic, potentially routed to a specific destination. Requires Admin API Key.

Publish EventRequest Body

  • tenant_idstring · required

    The ID of the tenant to publish for.

  • topicstring · required

    Topic name for the event.

  • eligible_for_retryboolean · required

    Should event delivery be retried on failure.

  • dataobject · required

    Any JSON payload for the event data.

  • destination_idstring

    Optional. Route event to a specific destination.

  • metadataobject

    Any key-value string pairs for metadata.

Publish EventResponses

    No schema specified