Authorizations
API key for authentication. Must be included in the x-api-key header.
Body
The HTTPS URL where webhook events will be sent. Must use HTTPS protocol.
"https://testmywebhook.requestcatcher.com/test"
The category of events this webhook should receive
ONRAMP_TRANSACTION_STATUS
, USER_STATUS_UPDATE
"ONRAMP_TRANSACTION_STATUS"
Response
Webhook registered successfully
PEM-formatted public key for webhook signature verification. Use this key to verify the authenticity of webhook events sent to your endpoint.
"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA...\n-----END PUBLIC KEY-----"
Unique identifier for the registered webhook
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
The event category for this webhook
"ONRAMP_TRANSACTION_STATUS"
The registered webhook URL
"https://testmywebhook.requestcatcher.com/test"
Current status of the webhook (created as 'disabled' by default)
enabled
, disabled
"disabled"