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.
Bearer and DPoP tokens are supported depending on the API configuration
Successfully retrieved enabled factors
Show child attributes
Was this page helpful?