Skip to main content
GET
/
api
/
v1
/
webhooks
/
{id}
Get a specific webhook by ID
curl --request GET \
  --url https://api.g-tateth.com/api/v1/webhooks/{id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Webhook ID

Response

200

Webhook details