POST
/
api
/
public
/
webhooks
/
segment
curl --request POST \
  --url http://localhost/api/public/webhooks/segment \
  --header 'Content-Type: application/json' \
  --header 'x-signature: <x-signature>' \
  --data '{
  "messageId": "<string>",
  "timestamp": "<string>"
}'

Headers

x-signature
string
required
df-workspace-id
string

Id of the workspace which will receive the segment payload. Defaults to the default workspace id, for single tenant systems

Body

application/json
messageId
string
required
timestamp
string
required