Skip to main content
POST
Receive events pushed by partner (partner → Barker)

Authorizations

X-Api-Key
string
header
required

Headers

X-Barker-Event
string
required
Example:

"partner.user.created"

X-Barker-Signature
string
required

hex(hmac_sha256(secret, raw_body))

Idempotency-Key
string
required
Example:

"evt_2026_05_03_xxxxx"

Body

application/json
event_type
enum<string>
required
Available options:
partner.user.created,
partner.user.kyc_updated,
partner.reconciliation.confirmed
occurred_at
string<date-time>
required
data
object
required

Response

Received (includes duplicates)

success
boolean
event_id
integer
duplicate
boolean