Get Webhooks
Fetch a list of all webhooks available for a user.
/webhooks
GET
https://api.terminal.africa/v1/webhooks
This endpoint allows you to get a list of existing webhooks.
Query Parameters
Name
Type
Description
perPage
number
Specify how many results will be returned in a single request. Defaults to 100.
page
number
Specify the page of results that will be returned in request. Defaults to 1.
Last updated