v1
latestOpenAPI 3.1.02026-07-2496304466.3 KBAccounts: General
Create Authenticator
post/accounts/{account_id}/authenticators
Path parameters
account_idstring required
An account identifier.
Headers
LMG-Data-Privacy-Access-Principalstring required
LMG-Data-Privacy-Access-Justificationstring required
Request body
Example request
{
"client_credential_id": "adfd5154-c39c-41c5-a88d-f3e6a2aded9e",
"name": "Happy 🍋",
"public_key": "pSJYIO1qxZIy0bSkO0djjJtdFFVU5K0v1l76XJQba8DNw3xXAQIgAQMmIVggh3uzl_vqfplJX8P3T-rdhEbkO_XX5dDkuGjFO0kRr5w=",
"verification": {
"nonce": "<base64-url encoded random data>",
"signature": "<base64-url encoded signature for `nonce` using `public_key`>"
}
}Response
Successful Response
Example response
{
"client_credential_id": "adfd5154-c39c-41c5-a88d-f3e6a2aded9e",
"created_at": "2023-07-28T14:10:33.858446+00:00",
"id": "sca_8f993645e0954d8ab35198c4c7875fcd",
"name": "Happy 🍋",
"public_key": "pSJYIO1qxZIy0bSkO0djjJtdFFVU5K0v1l76XJQba8DNw3xXAQIgAQMmIVggh3uzl_vqfplJX8P3T-rdhEbkO_XX5dDkuGjFO0kRr5w="
}