Skip to main content
GET
Get customer profile

Authorizations

Authorization
string
header
required

Bearer token authentication

Response

Success

Customer profile with Fluid Pay account (GET /customers/me). Rendered by Commerce::Api::FluidPay::FetchMeAction; the customer object comes from CustomerBlueprinter view :extended.

fluid_pay_account
object
required

Unified wallet identity; shared and isolated wallets render identically (see FetchMeAction#me_account_hash).

customer
object
required

Customer rendered by CustomerBlueprinter view :extended.

meta
object
required

Standard envelope meta. Although FetchMeAction places a decoded_jwt meta key inside its resource hash, ControllerAction#success_response merges the default envelope meta over it, so the emitted meta is always the shared request_id/timestamp shape.