Exchange a member for a shopper token
Step one of a two-step handoff. Returns an opaque, single-use token bound to the member and the calling company; redeem it at the redeem operation to obtain the shopper session. Accepts company API tokens only; admin user-company, partner, public and droplet tokens are all rejected. A member without a Customer in the calling company is rejected here rather than being materialized. The session credential never appears in a response body — a shopper JWT is long-lived, and bodies are routinely captured by logging and error tracking.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The member's native UUID or its legacy bigint (legacy_user_company_id).
Response
An opaque single-use handoff token.
An opaque, single-use handoff token. It is not a credential on its own: it must be redeemed at the redeem operation, which returns the shopper session in a response header. No JWT appears in this body.