Outpost API

Events

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

List Events

GET
http://localhost:3333/api/v1
/{tenant_id}/events

List Eventspath Parameters

  • tenant_idstring · required

List Eventsquery Parameters

  • destination_id
  • statusstring · enum
    Enum values:
    success
    failed

List EventsResponses

    • idstring
    • destination_idstring
    • topicstring
    • timestring · date-time
    • successful_atstring · date-time
    • metadataobject
    • dataobject

Get Event

GET
http://localhost:3333/api/v1
/{tenant_id}/events/{event_id}

Get Eventpath Parameters

  • tenant_idstring · required
  • event_idstring · required

Get EventResponses

    • idstring
    • destination_idstring
    • topicstring
    • timestring · date-time
    • successful_atstring · date-time
    • metadataobject
    • dataobject

List Event Delivery Attempts

GET
http://localhost:3333/api/v1
/{tenant_id}/events/{event_id}/deliveries

List Event Delivery Attemptspath Parameters

  • tenant_idstring · required
  • event_idstring · required

List Event Delivery AttemptsResponses

    • delivered_atstring · date-time
    • statusstring · enum
      Enum values:
      success
      failed
    • response_status_codeinteger
    • response_bodystring
    • response_headersobject

List Events by Destination

GET
http://localhost:3333/api/v1
/{tenant_id}/destinations/{destination_id}/events

List Events by Destinationpath Parameters

  • tenant_idstring · required
  • destination_idstring · required

List Events by Destinationquery Parameters

  • statusstring · enum
    Enum values:
    success
    failed

List Events by DestinationResponses

    • idstring
    • destination_idstring
    • topicstring
    • timestring · date-time
    • successful_atstring · date-time
    • metadataobject
    • dataobject

Get Event by Destination

GET
http://localhost:3333/api/v1
/{tenant_id}/destinations/{destination_id}/events/{event_id}

Get Event by Destinationpath Parameters

  • tenant_idstring · required
  • destination_idstring · required
  • event_idstring · required

Get Event by DestinationResponses

    • idstring
    • destination_idstring
    • topicstring
    • timestring · date-time
    • successful_atstring · date-time
    • metadataobject
    • dataobject

Retry Event Delivery

POST
http://localhost:3333/api/v1
/{tenant_id}/destinations/{destination_id}/events/{event_id}/retry

Retry Event Deliverypath Parameters

  • tenant_idstring · required
  • destination_idstring · required
  • event_idstring · required

Retry Event DeliveryResponses

    No schema specified