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:
timestampLastChangedthe timestamp of the last registration change.failedAttempts- Number of failed attempts.maxFailedAttempts- Maximal allowed number of failed attempts.additionalData- The registration’s custom attributes set through a private API in a free JSON structure.
Last updated on Jun 13, 2025 (12:47)
View product