EndpointsRestriction zones
Get Restriction Zone
Gets a restriction zone by its ID, including its type and aliases.
Gets a restriction zone by its ID, including its type and aliases.
Path Parameters
restrictionZoneId*string
Format
uuidResponse Body
application/json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/restriction-zones/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "type": "district", "aliases": [ "string" ]}