Sign in

List inbound parse settings (paginated)

documented

Paginated retrieval of inbound parse settings.

GET /v3/user/webhooks/parse/settings?limit={limit}&offset={offset}Inbound Parse Webhookno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.sendgrid.com/v3/user/webhooks/parse/settings?limit={{$limit}}&offset={{$offset}}" \
  -X GET \
  -H "Authorization: Bearer {{SENDGRID_API_KEY}}" \
  -H "Accept: application/json"
List inbound parse settings (paginated) · SendGrid · OpenIntegrations