Registration by passkey (finish step)
POST/identity/v2/auth/register/passkey/finish
This API is used to finish the registration process with passkey
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Successfully finish credential registration
Bad Request - the request is malformed or invalid.
Status Unauthorized: The request requires user authentication.
Forbidden - the client is not allowed to access this resource.
Not Found: The server cannot find the requested resource.
Internal Server Error - an unexpected error occurred on the server.