curl --request GET \
--url https://api.example.com/api/v1/user/{id}/otp/enabled \
--header 'Authorization: Bearer <token>'{
"response": "<string>"
}Returns true if OTP is enabled, false if not
curl --request GET \
--url https://api.example.com/api/v1/user/{id}/otp/enabled \
--header 'Authorization: Bearer <token>'{
"response": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.extractor.live/llms.txt
Use this file to discover all available pages before exploring further.