Skip to main content
PUT
Execute admin invites

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
invites
string[]
required

Identifier of an invite (e.g. team-member invitation). 15-character nanoid prefixed with in-.

Required string length: 15
Pattern: ^in-.*
signer
string
required

EVM address (0x + 40 hex chars) or null/empty for unknown.

Pattern: ^0x[a-fA-F0-9]{40}$
typed_data
object
required
signature
string
required

ECDSA signature over an EVM message (0x + 130 hex chars covering r, s, v).

Pattern: ^0x(?!0{130}$)[a-fA-F0-9]{130}$

Response

Default Response

success
enum<boolean>
required
Available options:
true
data
object
required