get https://api.sandbox.payments.stonex.com/api/v/webhook
This endpoint returns the details of all existing webhook connections that you have set up to receive from StoneX.
Request
URL: /api/v{version}/webhook
Method: GET
Response
The response will contain details of all the webhook connections set up for your account.
Example response
[
{
"clientId": "UATSFL CONNECT",
"isActive": true,
"webhookEventType": "TradeStatusChanged",
"url": "https://webhook.site/aaf7b879-0ea1-4e84-8978-600c69f39997",
"id": "677d8fa2110f5be77d41fb42",
"createdDate": "2025-01-07T20:33:38.952Z",
"modifiedDate": "2025-01-07T20:33:38.952Z",
"createdBy": "StoneX Payments",
"modifiedBy": "StoneX Payments",
"optimisticVersion": 1
},
{
"clientId": "UATSFL CONNECT",
"isActive": true,
"webhookEventType": "PaymentStatusChanged",
"url": "https://webhook.site/aaf7b879-0ea1-4e84-8978-600c69f99927",
"id": "677d91ffb2133f5b668ee4f7",
"createdDate": "2025-01-07T20:43:43.942Z",
"modifiedDate": "2025-01-07T20:43:43.942Z",
"createdBy": "StoneX Payments",
"modifiedBy": "StoneX Payments",
"optimisticVersion": 1
},
{
"clientId": "UATSFL CONNECT",
"isActive": true,
"webhookEventType": "PaymentStatusChanged",
"url": "https://webhook.site/d1d51d03-9af7-4d9e-9d18-770378399977",
"id": "678f866e853c889d0d449dbd",
"createdDate": "2025-01-21T11:35:10.973Z",
"modifiedDate": "2025-01-21T11:35:10.973Z",
"createdBy": "StoneX Payments",
"modifiedBy": "StoneX Payments",
"optimisticVersion": 1
}
]