Skip to main content
WEBHOOK
ops.event
{
  "reason": "<string>",
  "paused_at": "2023-11-07T05:31:56Z",
  "resume_after": "2023-11-07T05:31:56Z",
  "last_error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.privataswap.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Partner API key issued in the dashboard. Use pk_live_... in production, pk_test_... against sandbox.

Body

application/json
event
enum<string>
Available options:
webhook_paused,
webhook_resumed,
api_key_locked,
api_key_unlocked,
sla_breach_threshold,
provider_outage_affecting_partner
reason
string
paused_at
string<date-time> | null
resume_after
string<date-time> | null
last_error
string | null

Response

200

Acknowledge with 2xx within 5 s.