Create or regenerate webhook signing key on an account
{- "message": "regenerated HTTP signing key for account",
- "http_signing_key": "key-55c5c5c5c55f55ca5cd5f55d5c555c55"
}
Get webhook signing key saved on the account
{- "recipients": [
- {
- "email": "test_recipient@sandbox.com",
- "activated": true
}
]
}
Add authorized email recipient for a sandbox domain
{- "recipient": {
- "email": "test_recipient@sandbox.com",
- "activated": false
}
}