cURL
curl --request POST \ --url https://api.turnkey.com/public/v1/query/get_authenticators \ --header 'Content-Type: application/json' \ --header 'X-Stamp: <api-key>' \ --data '{ "organizationId": "<string>", "userId": "<string>" }'
{ "authenticators": [ { "transports": [ "AUTHENTICATOR_TRANSPORT_BLE" ], "attestationType": "<string>", "aaguid": "<string>", "credentialId": "<string>", "model": "<string>", "credential": { "publicKey": "<string>", "type": "CREDENTIAL_TYPE_WEBAUTHN_AUTHENTICATOR" }, "authenticatorId": "<string>", "authenticatorName": "<string>", "createdAt": { "seconds": "<string>", "nanos": "<string>" }, "updatedAt": { "seconds": "<string>", "nanos": "<string>" } } ] }
Get details about authenticators for a user
Unique identifier for a given Organization.
Unique identifier for a given User.
A successful response.
A list of authenticators.
Show child attributes
Was this page helpful?