Skip to main content
GET
https://{host}/me/v1
/
factors
Get the status of all factors
curl --request GET \
  --url https://{host}/me/v1/factors \
  --header 'Authorization: Bearer <token>'
{
  "factors": [
    {
      "type": "password",
      "usage": [
        "primary"
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://auth0-feat-ionic-capacitor-quickstart-modernization.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer and DPoP tokens are supported depending on the API configuration

Response

Successfully retrieved enabled factors

factors
object[]
required