Sign in

Get parse setting

documented

Retrieve a specific inbound parse setting by hostname.

GET /v3/user/webhooks/parse/settings/{hostname}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/{{$hostname}}" \
  -X GET \
  -H "Authorization: Bearer {{SENDGRID_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"
Get parse setting · SendGrid · OpenIntegrations