Skip to main content

Super Publication Test

Customer Unlocked

Sent whenever a customer has been unlocked.

Typical Scenario

Usually, you want to inform about that customer unlocked. To do so, fetch the customer by id and apply all necessary changes on your side.

HTTP/1.1
POST /billwerk-hook
Host: example.com
Content-Type: application/json

{
    "CustomerId": "6298a006471b3f8ab4b6bfd6",
    "Event": "CustomerUnlocked",
    "EntityId": "62148e3c0c14e1609e9ca5c1"
}