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"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer and DPoP tokens are supported depending on the API configuration

Response

Successfully retrieved enabled factors

factors
object[]
required