Skip to main content
POST
Exchange a member for a shopper token

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).

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.

handoff
string
required

Opaque single-use token. Redeem it once, promptly; it is consumed on redemption.

expires_in
integer
required

Seconds until the handoff token expires.

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