curl --request GET \
--url https://api.myscalev.com/v3/locations/{location_id}/postal-codes \
--header 'Authorization: Bearer <token>'{
"data": [
"<unknown>"
],
"is_paginated": false
}Requires the order:create machine scope.
curl --request GET \
--url https://api.myscalev.com/v3/locations/{location_id}/postal-codes \
--header 'Authorization: Bearer <token>'{
"data": [
"<unknown>"
],
"is_paginated": false
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Legacy numeric location ID.