POST /v1/users/me/backup-codes/regenerate
Service: identity · operationId: (none)
Required scopes
(no scope declared — review service config)
Responses
200 Backup codes regenerated; shown once
{
"type": "object",
"properties": {
"codes": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"codes"
]
}Example
curl -X POST https://identity.platform.loop.health/v1/users/me/backup-codes/regenerate \
-H "Authorization: Bearer $ACCESS_TOKEN"Related
services/identity— service overview- All endpoints — directory across services
- Auth model — how scopes are enforced