create

Information

POST https://api.brickverse.co/v2/cloud/credentials/create

Request Body

NameTypeDescription

ownerId*

Int

0 for authenticated user, anything above 0 will be taken as a Guild.

expire*

Int

UNIX Timestamp expiration. Enter 0 for no expiry.

{
    "status": "ok",
    "apiKey": "XXXXXXXXXXXXXXXXXXXXXXXXXX",
    "apiSecret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
    "apiId": 99999999999
}

Last updated