Skip to main content
GET
List wallet auth methods

Authorizations

Authorization
string
header
required

User bearer credential: either a Cognito JWT or an ak_ user API key. Backend integrators using HMAC must include the user API key alongside the three HMAC headers on user-scoped endpoints.

Response

Paginated list of the authenticated user's auth methods. Empty when no wallet has been provisioned.

Paginated list of the authenticated user's auth methods. Empty when no wallet has been provisioned.

data
object[]
required

Auth methods registered on the user's embedded wallet sub-organization.

hasMore
boolean
required

Whether more results are available beyond data. Always false — the full list is returned in a single response.

Example:

false

nextCursor
string | null
required

Opaque pagination cursor. Always null — the full list is returned in a single response.