テーマ
Certifications
認証情報を取得
GET
/certifications/{id}v1FFPFが発行した認証情報を取得します。certifications:read スコープが必要です。
パスパラメータ
| 名前 | 型 | 説明 |
|---|---|---|
id | string | cert_ で始まる認証ID |
json
{
"id": "cert_01J5ABCDEF",
"subject": "user_01J5ABCDEF",
"type": "pomodoro_practitioner",
"status": "active",
"issued_at": "2026-08-01T00:00:00Z",
"expires_at": null
}