Skip to main content
GET
/
api
/
v1
/
webhooks
List all webhooks for your tenant
curl --request GET \
  --url https://api.g-tateth.com/api/v1/webhooks \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

API Key authentication. Format: Bearer sk_live_... or Bearer sk_test_...

Query Parameters

isActive
boolean

Filter by active status

page
integer
default:1

Page number

limit
integer
default:20

Items per page

Required range: x <= 100

Response

200

List of webhooks