Api Documentation

User connections

User connections belonging to the logged in user. For privacy reasons, user authentication is always required for this endpoint.
Retrieves a collection of user connections
Retrieves a single user connection
Deletes a single user connection.
Json
XML
POST https://api.bundeling.com/V2/user_connections

Parameters

Body

NameDescriptionTypeNillableRequired
user_uuidA unique identifier used to identify the userstringfalsetrue
connection_uuidA unique identifier used to identify the connectionstringfalsetrue
connected_by_uuidA unique identifier used to identify the connected bystringfalsefalse
user_alertUser alertbooleanfalsefalse
connection_alertConnection alertbooleanfalsefalse

Example request

Headers

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

Body

{
    "user_uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
    "connection_uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
    "connected_by_uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
    "user_alert": true,
    "connection_alert": true
}

Example response

{
    "uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
    "user_uuid": "8e09c4749b234633a7319148aac8cb81",
    "connection_uuid": "d669b048d2084892b5a5232b78923227",
    "connected_by_uuid": "48b99d307f8746a8b126f76be5d1153e",
    "user_alert": true,
    "connection_alert": true,
    "creationdate": "2024-01-20T00:00:00+0100",
    "lastupdate": "2024-01-20T00:00:00+0100"
}