Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request GET '/usage_areas/' \
--header 'Authorization: Bearer <token>'{
"meta": null,
"data": {
"id": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"name": "string",
"label": "string",
"country_codes": [
"string"
],
"postal_codes": [
"string"
],
"postal_code_key": null,
"customer": null
}
}