Account

Manage your McKube account

Load Account

GET https://api.mckube.dev/account

This endpoint loads the account for the user represented by the API key.

Headers

Name
Type
Description

Authorization

string

A valid API key, prefixed with Bearer

{
    "credit": 50,
    "id": "MpZwaUhXuJaCE5nA8s582XvZZuJS4sDB"
}

Last updated

Was this helpful?