Skip to main content
POST
Redeem an invite code

Authorizations

Authorization
string
header
required

Better Auth user-session bearer used by the Relay app; never an Agent Token.

Body

application/json
code
string
required
Required string length: 8
Pattern: ^[A-HJ-NP-Za-hj-np-z2-9]{8}$
Example:

"KQ7MPX4Z"

Response

The account is activated.

activated
boolean
required
already_activated
boolean
required

True when the account was activated before this call.

account
object
required

Invite-gate account state. /v1/sync (top level and inside bootstrap) and POST /v1/invites/redeem return it so the app can render the gate screen and the Invite Friends sheet.