cURL
curl --request GET \ --url https://api.bspk.com/api/platform/v1/shoppers/{shopper_ref}/metafields \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "namespace": "<string>", "key": "<string>", "value": "<string>", "value_type": "<string>", "is_list": true, "created_at": "<string>", "updated_at": "<string>", "json_value": null } ]
Returns all metafields for the specified shopper.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Shopper external ID
Successful response, returns array of metafields