Webhooks
Authorizations
RIALTO_API_KEYstringRequired
Path parameters
webhookIdstring · uuidRequired
The unique identifier of the webhook.
Responses
200
A webhook.
application/json
401
Invalid API key
404
Webhook not found.
500
An unexpected error occurred.
get
/webhooks/{webhookId}Authorizations
RIALTO_API_KEYstringRequired
Path parameters
webhookIdstring · uuidRequired
The unique identifier of the webhook.
Responses
204
The webhook has been deleted.
401
Invalid API key
404
Webhook not found.
500
An unexpected error occurred.
delete
/webhooks/{webhookId}No content
Last updated