cURL
curl --request GET \ --url https://staging-api.covver.io/api/ext/v1/shipping-regions \ --header 'Authorization: Bearer <token>'
{ "countryName": "United States", "countryCode": "US", "isBlacklisted": false, "provinces": [ { "provinceName": "California", "provinceCode": "CA" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Show child attributes