Get an OTP credential
GET/nevisidm/api/core/v1/:clientExtId/users/:userExtId/otp-credentials/:extId
Since: 8.2605.0, 9.2605.0
Required permission(s): AccessControl.CredentialView or SelfAdmin Role
Returns a specific OTP card credential identified by its external ID, belonging to the specified user.
The response includes the credential metadata (state, timestamps, login statistics) and the OTP card data, which encodes the grid of one-time passwords in a compact format (rows|cols|counters|card).
In self-admin mode, the user can retrieve their own OTP credential. A valid JWT token must be provided in the X-Token request header.
Request
Responses
- 200
- 403
- 404
OTP credential retrieved successfully
Insufficient permissions
Referenced resource not found