Skip to main content
POST
/
v1
/
public
/
sessions
/
consume
Exchange a magic-link token for a session cookie
curl --request POST \
  --url https://api.example.com/v1/public/sessions/consume \
  --header 'Content-Type: application/json' \
  --data '{}'

Body

application/json

The body is of type object.

Response

200

Session cookie set; body returns { buyerId }