Skip to main content
GET
Get an Inbound Webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Inbound webhook id (UUID)

Response

OK

attemptCount
integer
Example:

0

createdAt
string<date-time>
Example:

"2026-05-21T12:00:00Z"

entityType
string
Example:

"DICT_CLAIM"

errorMessage
string
Example:

"timeout calling downstream"

id
string
Example:

"019cf6ef-e418-7ced-80c0-7b9816faa798"

lastAttemptAt
string<date-time>
Example:

"2026-05-21T12:00:00Z"

maxRetries
integer
Example:

3

nextRetryAt
string<date-time>
Example:

"2026-05-21T12:00:00Z"

payload
object
processedAt
string<date-time>
Example:

"2026-05-21T12:00:00Z"

receivedAt
string<date-time>
Example:

"2026-05-21T12:00:00Z"

requestId
string
Example:

"560d59b9-3c74-46f8-be67-fee895b8e89e"

source
string
Example:

"BTG"

status
enum<string>
Available options:
RECEIVED,
PROCESSING,
SENT,
FAILED
Example:

"RECEIVED"

updatedAt
string<date-time>
Example:

"2026-05-21T12:00:00Z"