list

Information

GET https://api.brickverse.co/v2/cloud/credentials/list/{list-type}...

Path Parameters

NameTypeDescription

user*

String

List all current API keys for the authenticated account.

guild/{guild-id}*

String

List all current API keys for the guild.

{
    "status": "ok",
    "list": [
        "apiKey": "XXXXXXXXXXXXXXXXXXXX",
        "created": unix epoch timestamp,
        "apiId": 222222222222,
        "ownerId": 1,
        "ownerType": "USER"
    ]
}

Last updated