Skip to main content
POST
Redeem a handoff token for a shopper session

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

member_id
string
required

The member's native UUID or its legacy bigint (legacy_user_company_id).

Body

application/json
handoff
string
required

The opaque token returned by the exchange operation.

Response

The handoff token was redeemed; the session is in the X-Customer-Token header.

Acknowledgement of a redeemed handoff token. The shopper session itself is returned in the X-Customer-Token response header, never in this body.

success
boolean
required
auth_type
enum<string>
required

The compatibility identity selected by the shopper-session minting seam.

Available options:
member,
customer
status
enum<integer>
required
Available options:
200
meta
object
required