POST
/
api
/
v1
/
auth
/
magic
/
verify
Magic Verify
curl --request POST \
  --url https://api.example.com/api/v1/auth/magic/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "code": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/json
email
string
required
code
string
required

Response

Successful Response