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 \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "type": "<string>", "userLabel": "<string>", "createdDate": 123, "secretData": "<string>", "credentialData": "<string>" } ]
Get a list of all configured OTPs for given user
Authentication
OK