Retrieve a Webhook
GET - https://api.verifik.co/v2/webhooks/{id}
We will query by ID any webhook that is stored in our Database.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Query Parameters
Name
Type
Description
id
string
ID of the webhook that you want to bring the information.
Response
Last updated