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.
Path parameters
token
Request
This endpoint expects an object.
verificationId
The verificationId returned by Create an account for the invited address.
code
The 6-digit code emailed to the invited address.
Response
The invitation was accepted. The API key is shown once — store it.
accountId
The account the caller has joined.
apiKey
The member's own API key. Shown once.
member
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error