Skip to main content
POST
Accept an invitation

Path Parameters

id
string
required

Invitation ID from the emailed link

Query Parameters

token
string
required

The token from the emailed link

Body

application/json
password
string
Example:

"password123"

password_confirmation
string
Example:

"password123"

first_name
string
Example:

"Robin"

last_name
string
Example:

"Ellis"

Response

invitation accepted, session issued

token
string
required

JWT access token, seller_api audience

user
object
required
sellers
object[]
required

The sellers this user may act for. Pick one and send its id as X-Spree-Seller-Id on every subsequent request.