axonpush
API referenceEvent

POST /event

POST
/event

Header Parameters

x-axonpush-api-key?string
x-api-key?string
x-public-token?string
Authorization?string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

curl -X POST "https://example.com/event" \  -H "Content-Type: application/json" \  -d '{    "identifier": "string",    "payload": {      "property1": null,      "property2": null    }  }'
{  "$schema": "https://example.com/schemas/EventOutputBody.json",  "eventId": "string",  "status": "string"}