User profile clicks
User Profile Clicks allow you to track which users click on which Customers. Clicks can only be registered with Authenticated API Keys.
Creates a new User Profile Click.
POST https://api.bundeling.com/V2/user_profile_clicks| Name | Description | Type | Nillable | Required |
|---|---|---|---|---|
clicked_uuid | The unique identifier for the Profile that was visited. | string | false | true |
{
"clicked_uuid": "eeb763c41c054dcc8f6d9362f24ee9b2"
}{
"uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
"clicked_uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
"user_uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
"creationdate": "2026-04-03T00:00:00+0200",
"lastupdate": "2026-04-03T00:00:00+0200"
}