My Account API
cURL
curl --request GET \ --url https://{host}/me/v1/factors \ --header 'Authorization: Bearer <token>'
{ "factors": [ { "type": "password", "usage": [ "primary" ] } ] }
List of factors enabled for the Auth0 tenant and available for enrollment by this user.
Documentation IndexFetch the complete documentation index at: https://auth0.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://auth0.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer and DPoP tokens are supported depending on the API configuration
Successfully retrieved enabled factors
Show child attributes
このページは役に立ちましたか?