Skip to content

List webhook endpoints

Request

Retrieve all configured webhook endpoints for your account.

Tier Limits:

  • Starter: 1 webhook endpoint
  • Professional: 3 webhook endpoints
  • Business: 10 webhook endpoints
  • Custom: Configurable limit
Security
ApiKeyAuth
curl -i -X GET \
  https://api.mailerlogic.net/api/v1/customer/webhooks \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

Webhooks retrieved successfully

Bodyapplication/json
webhooksArray of objects(WebhookEndpoint)
limitinteger

Maximum webhook endpoints allowed

Example:10
usedinteger

Number of webhooks currently configured

Example:3
Response
{ "webhooks": [ {} ], "limit": 10, "used": 3 }