Get Inbound Receiver Catalog Entry
GET /v2/webhooks/inbound-catalog/{receiver_kind}
Required scopes
partner:incoming-webhooks:read
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | getInboundReceiverCatalogEntry |
| Tags | InboundReceivers |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| receiver_kind * | path | receiver_kind |
Responses
200
OK
object
| Field | Type | Description |
|---|---|---|
| kind * | receiver_kind | aws_transfer_familysendgridsesmailguntwiliobandwidthfirebaseapnsgeneric_hmac |
| summary * | string | |
| provider_name * | string | |
| signature_scheme * | enum (5) | aws_sns_x509sendgrid_eddsahmac_sha256twilio_signatureoidc_jwt |
| signature_headers * | string[] | |
| payload_schema * | object | |
| default_dedup_window_seconds * | integer | |
| produces_engagement_events * | boolean | |
| produces_outbound_events * | string[] | |
| produces_batches * | boolean | |
| required_receiver_config * | string[] | |
| documentation_url * | string (uri) | |
| notes | string |
Example request
GET https://api.digitalonboarding.com/v2/webhooks/inbound-catalog/{receiver_kind}
Authorization: Bearer <partner-token>