Api Documentation

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.
Json
XML
POST https://api.bundeling.com/V2/user_profile_clicks

Parameters

Body

NameDescriptionTypeNillableRequired
clicked_uuidThe unique identifier for the Profile that was visited.stringfalsetrue

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Body

{
    "clicked_uuid": "eeb763c41c054dcc8f6d9362f24ee9b2"
}

Example response

{
    "uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
    "clicked_uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
    "user_uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
    "creationdate": "2024-01-20T00:00:00+0100",
    "lastupdate": "2024-01-20T00:00:00+0100"
}