Webhooks
Banking and payments
Webhook registration
8min
webhooks return events after an api endpoint is called the returned webhook event contains details relevant to the api call find these apis in the webhook module of our cos sandbox api basics with cross river apis this table presents apis we describe in detail action api call description webhook registration docid 6skz9uoz84ply4vjodinp post /v1/registrations registers for webhook event delivery webhook registration docid 6skz9uoz84ply4vjodinp get /v1/registrations/ returns a list of all webhook registrationsby event delivery or by polling the system webhook registration docid 6skz9uoz84ply4vjodinp get /v1/registrations/{id} returns a webhook registration by id webhook registration docid 6skz9uoz84ply4vjodinp put /v1/registrations/{id}/restart restarts a webhook registration by id webhook registration docid 6skz9uoz84ply4vjodinp delete /v1/registrations/{id} deletes a webhook registration by id webhook registration docid 6skz9uoz84ply4vjodinp put /v1/registrations/{id}/ping calls a webhook registration to check its status webhook registration docid 6skz9uoz84ply4vjodinp put /v1/registrations/{id} updates the details of a webhook registration by id register for webhook events request attributes get webhook registrations returns a list of all webhook registrations by event delivery add query parameters to filter the response the api returns to all get calls get webhook registrations by id restart a webhook registration by id delete webhook registration by id ping a webhook registration by id ping a webhook registration by id to check the status update a webhook registration by id