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

Body

application/json

The body is of type object.

Response

200

JWT + user shape returned for dashboard chrome