Saltar al contenido
Guías
Referencia de API
estable

Obtener área geográfica

Devuelve un área geográfica por ID.

GET/v1/geo/areas/{id}

Devuelve un área geográfica por ID.

Parámetros de ruta

id*string

Identificador único del recurso.

Cuerpo de la respuesta

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/string"
{  "id": "string",  "countryCode": "string",  "type": "level1",  "code": "string",  "name": "string",  "parentId": null,  "source": "string"}