curl --request GET \
--url https://demo.spreecommerce.org/api/v2/storefront/account \
--header 'Authorization: Bearer <token>'Returns the current user details.
curl --request GET \
--url https://demo.spreecommerce.org/api/v2/storefront/account \
--header 'Authorization: Bearer <token>'User token to authorize Cart and Checkout requests.
It is required to associate Cart with the User.
Pass default_billing_address and/or default_shipping_address as value to include selected addresses information
Specify the fields you would like returned in the response body. More information.
Was this page helpful?