API ReferenceWebhooks
Get Webhooks
Get webhook configuration for the authenticated API key. Returns the current webhook URLs and their enabled status.
Response Body
application/json
curl -X GET "https://api.paytrie.com/webhooks"{
"status": "success",
"webhook": {
"transactionCompleteEnabled": true,
"transactionInitiatedEnabled": true,
"transactionStatusUpdateEnabled": true,
"verifiedEmailEnabled": true,
"transactionCompleteUrl": "string",
"transactionInitiatedUrl": "string",
"transactionStatusUpdateUrl": "string",
"verifiedEmailUrl": "string"
}
}