cURL
curl --request POST \ --url https://b2b-api.dev-riseworks.io/v2/webhooks/test/{webhook_nanoid} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "event_type": "withdraw_account.duplicated_detected", "version": 1 }'
{ "success": true, "data": { "delivery_nanoid": "<string>", "message": "<string>", "test_payload": {}, "version": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the Webhook Endpoint.
15
Default Response
The response is of type object.
object