Skip to main content
POST
/
webhook
/
resume
Manually resume a paused webhook
curl --request POST \
  --url https://api.privataswap.com/partner/v1/webhook/resume \
  --header 'X-API-Key: <api-key>'
{
  "error": {
    "message": "<string>",
    "request_id": "<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.

Response

OK