v1
latestOpenAPI 3.0.02026-07-146561171.4 KBWebhooks
List all Webhooks
This endpoint allows you to retrieve a paginated list of all your Webhooks.
get/v2/webhooks
Query parameters
pagenumber nullable
Page number
limitnumber nullable
Items per page
Response
Returns a paginated list of Webhooks
Example response
{
"results": [
{
"superAdminAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt",
"walletAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt"
}
],
"page": 1,
"limit": 10,
"totalPages": 1,
"totalResults": 1
}