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

Authorizations

Authorization
string
header
required

Headers

x-signature
string
required
df-workspace-id
string

Body

application/json
messageId
string
required
timestamp
string
required

Response

200

Default Response