cURL
curl --request GET \ --url https://api.getsafepay.com/raastwire/v1/aggregators/{raast-aggregator-id}/webhooks/{webhook-id} \ --header 'X-SFPY-AGGREGATOR-SECRET-KEY: <api-key>'
{ "api_version": "v1", "data": { "endpoint": { "token": "wh_f52d84b4-a140-4a3a-b707-80644232e926", "aggregator_id": "agg_2288490a-2176-4de5-b373-0ffb6f8e2e6e", "url": "https://github.com/HasCold", "description": "this is the testing url", "enabled": true, "event_filter_json": "[\"payment.created\",\"payment.authorized\"]", "created_at": "2025-12-02T12:48:35Z", "updated_at": "2025-12-02T12:53:10.338063178Z", "secret": "9sU3KVM5iQYZsxt40st1nkJsvbyuLnquB3Re1Q7k08w=", "secret_version": 1, "secret_rotated_at": "2025-12-02T12:48:35Z" } } }
The unique identifier for the aggregator
"agg_2288490a-2176-4de5-b373-0ffb6f8e2e6e"
The unique identifier for the webhook
"wh_be2d4ee4-96b0-4104-92b2-95237fd3aa16"
This response contains details of a Webhook
Standard response structure for successful operations
The current version of the API spec
"v1"
Contains the response data
Show child attributes
Was this page helpful?