get https://api.sandbox.payments.stonex.com/api/v/webhook/
This endpoint returns the details of the existing webhook connection that you have set up to receive from StoneX.
Request
URL: /api/v{version}/webhook/:id
Method: GET
Response
The response will contain details of the webhook connection set up for your account for the id that you've requested.
Example response
{
"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
}