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.arklow.io/v1/self/mfa/ \ --header 'x-arklow-auth: <api-key>'
{ "data": { "items": [ { "id": "<string>", "user_id": "<string>", "name": "<string>", "device_type": "totp", "confirmed_at": "2023-11-07T05:31:56Z", "last_used_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "deleted_at": "2023-11-07T05:31:56Z" } ], "count": 123 }, "errors": [ { "code": "<string>", "message": "<string>" } ] }
List MFA devices for the authenticated user.
1 <= x <= 50
x >= 0
Default Response
Show child attributes