POI 읽기 read-a-poi

POI에 대한 세부 정보를 반환하는 GET 방법입니다.

요청

GET https://api-places.adobe.io/places/placesapi/v1/pois/<POIID>

헤더

-H' Content-Type: application/json'
-H 'Authorization: Bearer <TOKEN>'
-H 'x-api-key: <API KEY>'
-H 'x-gw-ims-org-id: <ORGID>'
-H 'Accept-Language: en-US'

샘플 응답

{
    "id": "66e3c0fb-12fe-4af2-863e-16e0e578d777",
    "name": "Train Station Road",
    "description": "18827",
    "location": {
        "type": "Point",
        "coordinates": [
            -121.902498,
            37.331087
        ]
    },
    "radius": 66,
    "country": "PH",
    "state": "41",
    "city": "Quezon City",
    "street": "No. 10 Train Station Road",
    "category": "",
    "icon": "",
    "color": "",
    "metadata": {
        "ownership": "LS",
        "brand": "Train station"
    },
    "lib_id": "6efd87bc-c9c4-4ff3-9503-051bfbc81777"
}

CURL 명령

다음 CURL 명령을 사용하여 API를 테스트합니다.

curl -X GET 'https://api-places.adobe.io/places/placesapi/v1/pois/<POIID>' -H 'x-api-key: <API KEY>' -H 'Authorization: Bearer <TOKEN>' -H 'x-gw-ims-org-id: <ORGID>'
IMPORTANT
바꾸기 <POIID>, <API KEY>, <TOKEN>, 및 <ORIGIN> (실제 값 포함)
recommendation-more-help
475fad96-f29f-4dca-a109-68bf0557e825