curl --request POST \
--url https://api.sprucecollective.co.uk/auth/magic-link/confirm \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>"
}
'{}Login using the provided magic link token
curl --request POST \
--url https://api.sprucecollective.co.uk/auth/magic-link/confirm \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>"
}
'{}Magic link confirmation
OK
The response is of type object.