get

Requires OpenCloud Authentication

Information

GET https://api.brickverse.co/v2/cloud/database/get

API used to delete a specific webhook

Request Body

NameTypeDescription

worldId*

Int

dataKey*

String

{
    "status": "ok",
    "data": [
        "UID": 000,
        "WorldId": 001,
        "StoreKey": "CoolKey",
        "StoreValue": [
            "JSONRocks": true
        ],
    ]
}

Last updated