GET /v1/users/me/backup-codes
Service: identity · operationId: (none)
Required scopes
(no scope declared — review service config)
Responses
200 Backup codes summary (hashes never returned)
{
"type": "object",
"properties": {
"count": {
"type": "number"
},
"generated_at": {
"type": [
"string",
"null"
]
}
},
"required": [
"count",
"generated_at"
]
}Example
curl -X GET https://identity.platform.loop.health/v1/users/me/backup-codes \
-H "Authorization: Bearer $ACCESS_TOKEN"Related
services/identity— service overview- All endpoints — directory across services
- Auth model — how scopes are enforced