Migration from 1.9.x to 1.10.x
View product
develop
This guide contains instructions for migration from PowerAuth Cloud version 1.9.x
to version 1.10.0
.
REST API
Registration List
The API endpoint GET /v2/registrations
returns the registration’s name
, platform
and deviceInfo
for all statuses, provided these attributes are present.
Registration Attributes
The API endpoints GET /v2/registrations
, and GET /v2/registrations/{registrationId}
newly return the following attributes:
timestampLastChanged
the timestamp of the last registration change.failedAttempts
- Number of failed attempts.maxFailedAttempts
- Maximal allowed number of failed attempts.
Last updated on May 30, 2025 (08:54)
View product