Invitations

Check if the current user is allowed to invite an address or ENS name

get
Authorizations
Query parameters
addressOrEnsstringRequired
Responses
200
Successful response
application/json
Responseany of
or
get
GET /api/v2/invitations/check HTTP/1.1
Host: api.ethos.network
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "canInvite": true,
  "address": "text"
}