メインコンテンツへスキップ
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.

承認

Authorization
string
header
必須

Bearer and DPoP tokens are supported depending on the API configuration

レスポンス

Successfully retrieved enabled factors

factors
object[]
必須