Skip to main content

Entity mapping updated

Webhook 
deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Notification of an update to an entity mapping

Request

Body

    webhook_event_type stringrequired

    Possible values: [entity.entity_mapping.updated]

    entity_id stringrequired
    application_id stringrequired
    connection_id stringrequired
    customer_id stringrequired
    provider_name stringrequired
    object_name string
    object_type string

    Possible values: [standard, custom]

    result stringrequired

    Possible values: [SUCCESS, ERROR]

    error_message string

Responses

Return a 200 status to indicate that the data was received successfully

Loading...