Skip to main content
POST
Login

Body

application/json
email
string<email>
required
Example:

"seller@example.com"

password
string
required
Example:

"password123"

provider
enum<string>
default:email
Available options:
email

Response

login successful

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.