List cards for a specific user

Returns the Ecentric card list for the given Ecentric user ID. When appUserId is supplied (as app_user.uuid), every card in the response is annotated with a verification object describing the persisted 3DS verification state for that token (status / verifiedAt / lastFailureReason). Cards with no verify_cards row receive a verification object whose fields are all null so the front-end has a stable shape to render.

Access: Auth methods: JWT bearer. Requires permissions: purchase:admin.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Ecentric user UUID

Query Params
string

Optional app_user.uuid of the customer. When supplied, each card is annotated with its 3DS verification status. Returns 404 (APP_USER_NOT_FOUND) if the UUID does not match any user.

Response
200

User cards returned

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!