import Web Authn Credential With Id
POST {{baseUrl}}/api/webauthn/import
Import a WebAuthn credential
Request Body
{"credentials"=>[{"algorithm"=>"RS256", "attestationType"=>"none", "authenticatorSupportsUserVerification"=>"<boolean>", "credentialId"=>"<string>", "discoverable"=>"<boolean>", "displayName"=>"<string>", "id"=>"<uuid>", "insertInstant"=>"<long>", "lastUseInstant"=>"<long>", "name"=>"<string>", "publicKey"=>"<string>", "relyingPartyId"=>"<string>", "signCount"=>"<integer>", "tenantId"=>"<uuid>", "transports"=>["<string>", "<string>"], "userAgent"=>"<string>", "userId"=>"<uuid>"}, {"algorithm"=>"ES512", "attestationType"=>"self", "authenticatorSupportsUserVerification"=>"<boolean>", "credentialId"=>"<string>", "discoverable"=>"<boolean>", "displayName"=>"<string>", "id"=>"<uuid>", "insertInstant"=>"<long>", "lastUseInstant"=>"<long>", "name"=>"<string>", "publicKey"=>"<string>", "relyingPartyId"=>"<string>", "signCount"=>"<integer>", "tenantId"=>"<uuid>", "transports"=>["<string>", "<string>"], "userAgent"=>"<string>", "userId"=>"<uuid>"}], "validateDbConstraints"=>"<boolean>"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
""