Get all webhooks .

GET

Request

/webhooks

Response

{
    "result": "success",
    "status": 200,
    "meta": {
        "count": 2,
        "limit": 1000,
        "order": "desc",
        "last_id": 7
    },
    "data": [
        {
            "id": 8,
            "created_at": "2021-03-08T11:16:25.000000Z",
            "updated_at": "2021-03-08T11:16:25.000000Z",
            "url": "https://webhook.com/1jkfewf0-23rrnkf-2324jf"
        },
        ..... more webhooks .....
    ]
}

Stay in the loop..

Sign up to our newsletter to keep up-to-date.