Invites
Invites
GET
https://my.elara.services/api/invites
Query Parameters
Name
Type
Description
type
string
Types: nitro, global, both
key
string
Your API key
// Both
{
status: true,
global: [],
nitro: {]
}
// Nitro, Global
{
status: true,
invites: []
}
Last updated
Was this helpful?