Different results in API and In Settings page

Why we have different results in API and In Settings page
for postman

{{url}}/api/v1/authenticators

results missing setup links:

[
	{
		"type": "email",
		"id": "aut7s9h8pkWSfIfSI5d7",
		"key": "okta_email",
		"status": "ACTIVE",
		"name": "Email",
		"created": "2022-12-29T13:08:00.000Z",
		"lastUpdated": "2022-12-29T13:08:00.000Z",
		"settings": {
			"allowedFor": "recovery",
			"tokenLifetimeInMinutes": 5
		},
		"_links": {
			"self": {
				"href": "https://[URL]/api/v1/authenticators/aut7s9h8pkWSfIfSI5d7",
				"hints": {
					"allow": [
						"GET",
						"PUT"
					]
				}
			},
			"deactivate": {
				"href": "https://[URL]/api/v1/authenticators/aut7s9h8pkWSfIfSI5d7/lifecycle/deactivate",
				"hints": {
					"allow": [
						"POST"
					]
				}
			},
			"methods": {
				"href": "https://[URL]/api/v1/authenticators/aut7s9h8pkWSfIfSI5d7/methods",
				"hints": {
					"allow": [
						"GET"
					]
				}
			}
		}
	},
	{
		"type": "app",
		"id": "aut7s9h8ppQbbdoXt5d7",
		"key": "okta_verify",
		"status": "ACTIVE",
		"name": "Okta Verify",
		"created": "2022-12-29T13:08:00.000Z",
		"lastUpdated": "2023-05-26T08:25:28.000Z",
		"settings": {
			"compliance": {
				"fips": "OPTIONAL"
			},
			"channelBinding": {
				"style": "NUMBER_CHALLENGE",
				"required": "NEVER"
			},
			"userVerification": "PREFERRED",
			"appInstanceId": ""
		},
		"_links": {
			"self": {
				"href": "https://[URL]/api/v1/authenticators/aut7s9h8ppQbbdoXt5d7",
				"hints": {
					"allow": [
						"GET",
						"PUT"
					]
				}
			},
			"deactivate": {
				"href": "https://[URL]/api/v1/authenticators/aut7s9h8ppQbbdoXt5d7/lifecycle/deactivate",
				"hints": {
					"allow": [
						"POST"
					]
				}
			},
			"methods": {
				"href": "https://[URL]/api/v1/authenticators/aut7s9h8ppQbbdoXt5d7/methods",
				"hints": {
					"allow": [
						"GET"
					]
				}
			},
			"enroll": {
				"href": "https://[URL]/idp/authenticators",
				"hints": {
					"allow": [
						"POST"
					]
				}
			}
		}
	},
	{
		"type": "password",
		"id": "aut7s9h8pj7vcsxVG5d7",
		"key": "okta_password",
		"status": "ACTIVE",
		"name": "Password",
		"created": "2022-12-29T13:08:00.000Z",
		"lastUpdated": "2022-12-29T13:08:00.000Z",
		"_links": {
			"self": {
				"href": "https://[URL]/api/v1/authenticators/aut7s9h8pj7vcsxVG5d7",
				"hints": {
					"allow": [
						"GET",
						"PUT"
					]
				}
			},
			"methods": {
				"href": "https://[URL]/api/v1/authenticators/aut7s9h8pj7vcsxVG5d7/methods",
				"hints": {
					"allow": [
						"GET"
					]
				}
			}
		}
	},
	{
		"type": "phone",
		"id": "aut7s9h8plkwcvWlS5d7",
		"key": "phone_number",
		"status": "INACTIVE",
		"name": "Phone",
		"created": "2022-12-29T13:08:00.000Z",
		"lastUpdated": "2022-12-29T13:08:00.000Z",
		"settings": {
			"allowedFor": "recovery"
		},
		"_links": {
			"self": {
				"href": "https://[URL]/api/v1/authenticators/aut7s9h8plkwcvWlS5d7",
				"hints": {
					"allow": [
						"GET",
						"PUT"
					]
				}
			},
			"activate": {
				"href": "https://[URL]/api/v1/authenticators/aut7s9h8plkwcvWlS5d7/lifecycle/activate",
				"hints": {
					"allow": [
						"POST"
					]
				}
			},
			"methods": {
				"href": "https://[URL]/api/v1/authenticators/aut7s9h8plkwcvWlS5d7/methods",
				"hints": {
					"allow": [
						"GET"
					]
				}
			}
		}
	},
	{
		"type": "security_key",
		"id": "aut7s9h8poQZBkW2t5d7",
		"key": "webauthn",
		"status": "INACTIVE",
		"name": "Security Key or Biometric",
		"created": "2022-12-29T13:08:00.000Z",
		"lastUpdated": "2022-12-29T13:08:00.000Z",
		"_links": {
			"self": {
				"href": "https://[URL]/api/v1/authenticators/aut7s9h8poQZBkW2t5d7",
				"hints": {
					"allow": [
						"GET",
						"PUT"
					]
				}
			},
			"activate": {
				"href": "https://[URL]/api/v1/authenticators/aut7s9h8poQZBkW2t5d7/lifecycle/activate",
				"hints": {
					"allow": [
						"POST"
					]
				}
			},
			"methods": {
				"href": "https://[URL]/api/v1/authenticators/aut7s9h8poQZBkW2t5d7/methods",
				"hints": {
					"allow": [
						"GET"
					]
				}
			}
		}
	},
	{
		"type": "security_question",
		"id": "aut7s9h8pmqmdphjo5d7",
		"key": "security_question",
		"status": "ACTIVE",
		"name": "Security Question",
		"created": "2022-12-29T13:08:00.000Z",
		"lastUpdated": "2022-12-29T13:08:00.000Z",
		"settings": {
			"allowedFor": "recovery"
		},
		"_links": {
			"self": {
				"href": "https://[URL]/api/v1/authenticators/aut7s9h8pmqmdphjo5d7",
				"hints": {
					"allow": [
						"GET",
						"PUT"
					]
				}
			},
			"deactivate": {
				"href": "https://[URL]/api/v1/authenticators/aut7s9h8pmqmdphjo5d7/lifecycle/deactivate",
				"hints": {
					"allow": [
						"POST"
					]
				}
			},
			"methods": {
				"href": "https://[URL]/api/v1/authenticators/aut7s9h8pmqmdphjo5d7/methods",
				"hints": {
					"allow": [
						"GET"
					]
				}
			}
		}
	}
]

When we track this same endpoint in Browser


I need this setup enpoint to invoke configuration of method for the user by web Okta interface