List authentication credentials
Retrieve all authentication credentials registered on an Embedded Wallet internal account.
The response is not paginated: an internal account is expected to have a small, bounded number of credentials (typically 1–5), so all results are returned inline. Additional per-credential detail (such as active session expiry) is available on GET /auth/sessions.
Query parameters
Internal account id whose authentication credentials to list.
Response
Authentication credentials registered on the internal account. Returns an empty data array when the internal account has no credentials or when accountId does not match any internal account visible to the caller.
Example response
{
"data": [
{
"id": "AuthMethod:019542f5-b3e7-1d02-0000-000000000001",
"accountId": "InternalAccount:019542f5-b3e7-1d02-0000-000000000002",
"credentialId": "KEbWNCc7NgaYnUyrNeFGX9_3Y-8oJ3KwzjnaiD1d1LVTxR7v3CaKfCz2Vy_g_MHSh7yJ8yL0Pxg6jo_o0hYiew",
"nickname": "example@lightspark.com",
"createdAt": "2026-04-08T15:30:01Z",
"updatedAt": "2026-04-08T15:35:00Z"
}
]
}Changes
Changed in 2 of the 33 revisions of this API.52
- ●
added the new
REQUEST_ID_MISSINGenum value to thecoderesponse property for the response status401response-property-enum-value-added
- ●
added the new
WALLET_SIGNATURE_BODY_MISMATCHenum value to thecoderesponse property for the response status401response-property-enum-value-added
- ●
added the new
WALLET_SIGNATURE_INVALIDenum value to thecoderesponse property for the response status401response-property-enum-value-added
- ●
added the new
WALLET_SIGNATURE_MALFORMEDenum value to thecoderesponse property for the response status401response-property-enum-value-added
- ●
added the new
WALLET_SIGNATURE_MISSINGenum value to thecoderesponse property for the response status401response-property-enum-value-added
- ○
added the optional property
data/items/credentialIdto the response with the200statusresponse-optional-property-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
endpoint added
endpoint-added
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○