List all Webhooks
GET -https://api.verifik.co/v2/webhooks
With this service, you can bring all Webhooks that you have created.
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Query Params
Name | Value | Description |
---|---|---|
page |
| you can define the page number if you have too many records. |
perPage |
| How many records you need per page. |
like_name | any string i.e. | You can query a 'like' condition |
where_url | any string i.e | You can do an exact comparison inside a field. |
Response
Last updated