Passer au contenu principal
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.

Autorisations

Authorization
string
header
requis

Bearer and DPoP tokens are supported depending on the API configuration

Réponse

Successfully retrieved enabled factors

factors
object[]
requis