Skip to main content
POST
/
api
/
v2
/
webhooks
/
integrations
/
{partner}
/
Receive integration partner webhook
curl --request POST \
  --url https://api.zupy.com/api/v2/webhooks/integrations/{partner}/ \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'
{
  "status": "received",
  "id": "2awTHloSJX7kGGprFerOOsvABcd"
}

Authorizations

X-API-Key
string
header
required

Per-company partner API key (zupy_pk_…). Validated by Zupy against the company integration key hash (Story 14.x); send it on every request as the X-API-Key header. Scoped read-write to the owning company's data.

Headers

X-API-Key
string
required

Per-company API key for this integration partner

Path Parameters

partner
string
required

Integration partner slug (e.g. 'repediu', 'saipos')

Body

application/json

Partner-specific JSON payload

Response

status
string
required

'received' or 'duplicate'

id
integer | null
required

WebhookEvent ID