Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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
Authentication
OK