Api Documentation

Apphook status

This endpoint can be used to manage Apphook status.
Json
XML
PUT https://api.bundeling.com/V2/apphook_status/:uuid

Parameters

Url

NameDescriptionType
uuidA unique identifier used to identify a Apphook Statusstring

Body

NameDescriptionTypeNillable
statusThe actual status.
Accepted values: opened, done
stringfalse

Example request

Headers

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

Body

{
    "status": "done"
}

Example response

{
    "uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
    "user_uuid": "62f24ee9c8f6d9b2e054dbe763cc341c",
    "apphook_uuid": "cc8f6d9362f24ee9b2eeb763c41c054d",
    "status": "done",
    "creationdate": "2026-06-03T00:00:00+0200",
    "lastupdate": "2026-06-03T00:00:00+0200"
}