create
Information
POST
https://api.brickverse.co/v2/cloud/credentials/create
Request Body
Name
Type
Description
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
Was this helpful?