Skip to main content
POST
/
auth
/
magic-link
/
confirm
Confirm magic link
curl --request POST \
  --url https://api.sprucecollective.co.uk/auth/magic-link/confirm \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>"
}
'
{}

Body

application/json

Magic link confirmation

token
string
required

Response

OK

The response is of type object.