Webhooks intro
Accounts, cards and payment ev...
Webhook management: Accounts, cards and payments
webhook intro webhooks return events after an api endpoint is called the returned webhook event contains details relevant to the api call each webhook event has request and response codes quickstart with cross river apis get calls add query parameters to filter the response the api returns to general get calls use pagination to control presentation of your results api calls action api call description register post /v1/registrations registers for webhook event delivery registered get /v1/registrations/ returns a list of all webhook registrations and their statuses registered by id get /v1/registrations/{id} returns a list of all webhook registrations and their statuses by id verify active get /v1/registrations/{id} returns a webhook registration by id restart by id put /v1/registrations/{id}/restart restarts a webhook registration by id delete by id delete /v1/registrations/{id} deletes a webhook registration by id ping by id put /v1/registrations/{id}/ping calls a webhook registration to check its status update by id put /v1/registrations/{id} updates the details of a webhook registration by id