v4

OpenAPI 3.1.02026-08-0255174167.5 KB
members

Accept an invitation

Completes an invitation and returns the new member's API key. Requires a verification code issued by Create an account for the invited address — a code issued for any other address is rejected. Unauthenticated: the token plus the emailed code are the credentials. No new account is created and no phone number is provisioned; the caller joins the inviting account.

post/api/v1/members/invites/{token}/accept

Path parameters

tokenstring required

Request body

verificationIdstring required

The verificationId returned by Create an account for the invited address.

codestring required

The 6-digit code emailed to the invited address.

Response

The invitation was accepted. The API key is shown once — store it.

accountIdstring required

The account the caller has joined.

apiKeystring required

The member's own API key. Shown once.