latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Organization Webhooks
Simulate organization webhook
Simulate an organization webhook for testing purposes. To call this endpoint, you must have the user_manage scope on a short-lived access token created either in the web app or programmatically using the Login endpoint.
post/api/v2/organization/{organizationId}/webhook/{webhookId}/simulate
Path parameters
organizationIdstring required
Example:59cd72485007a239fb00282ed480da1f
webhookIdstring required
Example:59cd72485007a239fb00282ed480da1f
Request body
Example request
{
"transferId": "59cd72485007a239fb00282ed480da1f"
}Response
OK
Example response
{
"webhookNotifications": [
{
"id": "59cd72485007a239fb00282ed480da1f",
"wallet": "cold",
"coin": "btc",
"transfer": "receive",
"updatedAt": "2021-01-01T00:00:00.000Z",
"nextAttempt": "2021-01-01T00:00:00.000Z",
"version": 2
}
]
}