Skip to content

Fetch Webhook Endpoints List

GET
/api/v1/developer/webhooks/endpoints

Available since v2.2.10

Authorizations

bearerAuth
Type
HTTP (bearer)

Responses

Successful response

application/json
JSON
{
  
"code": "string",
  
"msg": "string",
  
"data": [
  
  
{
  
  
  
"id": "string",
  
  
  
"endpoint": "string",
  
  
  
"name": "string",
  
  
  
"secret": "string",
  
  
  
"events": [
  
  
  
  
"string"
  
  
  
],
  
  
  
"headers": {
  
  
  
  
"additionalProperties": "string"
  
  
  
}
  
  
}
  
]
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI