curl --request GET \
--url https://api.myscalev.com/v3/stores/{store_id}/customers/me/checkout/addresses \
--header 'Authorization: Bearer <token>'{
"data": [
"<unknown>"
],
"is_paginated": false
}No OAuth machine scope. Customer-authenticated storefront endpoint.
curl --request GET \
--url https://api.myscalev.com/v3/stores/{store_id}/customers/me/checkout/addresses \
--header 'Authorization: Bearer <token>'{
"data": [
"<unknown>"
],
"is_paginated": false
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Store unique_id.