メインコンテンツへスキップ
GET
https://{host}/me/v1
/
authentication-methods
/
{authentication_method_id}
ID を指定して認証方法を取得
curl --request GET \
  --url https://{host}/me/v1/authentication-methods/{authentication_method_id} \
  --header 'Authorization: Bearer <token>'
{
  "confirmed": true,
  "created_at": "2025-01-15T10:30:00.000Z",
  "email": "user@example.com",
  "id": "email|dev_XXXXXXXXXXXXXXXX",
  "type": "email",
  "usage": [
    "secondary"
  ]
}

承認

Authorization
string
header
必須

Bearer トークンと DPoP トークンは、API の設定に応じてサポートされます

パスパラメータ

authentication_method_id
string
必須

認証方法 ID。この値は、認証方法の作成時に返される Location ヘッダーの一部です。変更を加えず、そのまま使用してください。

レスポンス

認証方法を正常に取得しました

created_at
string<date-time>
必須

認証方法が作成された日時

id
string
必須

認証方法の一意の識別子

usage
enum<string>[]
必須

プライマリおよび/またはセカンダリの認証要素

認証要素の用途タイプ

利用可能なオプション:
primary,
secondary
identity_user_id
string
必須

認証方法に関連付けられたユーザーアイデンティティの ID

type
string
デフォルト:password
必須

認証方法のタイプ(認証要素)

Allowed value: "password"
last_password_reset
string<date-time>

最後にパスワードリセットが行われた日付