プッシュ通知デバイス一覧

GET/push/devices

認証中ユーザーが、このアプリから登録したプッシュ通知デバイスの一覧を、登録の新しい順で取得します。無効化済みのデバイスは含まれません。

認証要ログイン

レスポンス

フィールド説明
devicesPushDevice[]デバイス配列。
リクエスト
curl https://api.4s.link/push/devices \
-H "Authorization: Bearer 4s_at_..."
レスポンス例
{
"devices": [
{
"id": "b7c1a2d3-...",
"tokenMasked": "...9fA2xQ",
"platform": "IOS",
"clientId": "a1b2c3d4-...",
"locale": "ja",
"lastUsedAt": "2026-08-18T10:12:00.000Z",
"createdAt": "2026-08-18T09:00:00.000Z",
"updatedAt": "2026-08-18T10:12:00.000Z"
}
]
}