Skip to main content
GET
List wallet auth methods

Authorizations

Authorization
string
header
required

Cognito JWT token for regular user authentication

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.