Skip to content
Guides
Fulfillment & ShippingGeo

Get area

Returns one geographic area by ID.

GET/v1/geo/areas/{id}

Returns one geographic area by ID.

Path Parameters

id*string

Unique identifier of the resource.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/geo/areas/7204558912004325301"
{  "id": "7204558912004325301",  "countryCode": "PE",  "type": "level1",  "code": "example_code",  "name": "Example resource",  "parentId": "7204558912004325301",  "source": "example"}