POST
/v1/auth/enchantedlink/verify

Authorization

AuthorizationRequiredBearer <token>

In: header

Request Body

application/jsonRequired
tokenstring
pkceVerifierstring
Format: "bytes"
curl -X POST "https://api.descope.com/v1/auth/enchantedlink/verify" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "token": "string",
    "pkceVerifier": "string"
  }'

OK

{}

Was this helpful?