latestOpenAPI 3.1.0Your License v0.12026-08-1014243.9 KB

e7d848b30c22

Webhooks

Your endpoint implementation for handling Oper Connect's webhooks

This path represents the path to your API implementation of the end point that is configured in Oper Connect. It describes what Oper Connect will send to your endpoint, and what it expects in response.

post/your-webhook-endpoint

Request body

event_type'loan_request_sent_to_lender' required

this field provides more information about the type of the event that has triggered the webhook.

createdstring date nullable required

contains the date on which the object was made. The date should be communicated in compliance with the ISO 8601 standard, which is defined as YYYY-MM-DD.

livemodeboolean required

if the object exists in livemode, this will have the value 'true'. If not, this will have the value 'false'

Response

created