Invites

Invites

GET https://my.elara.services/api/invites

Query Parameters

NameTypeDescription

type

string

Types: nitro, global, both

key

string

Your API key

// Both
{
    status: true,
    global: [],
    nitro: {]
}

// Nitro, Global
{
    status: true,
    invites: []
}

Last updated