how to find PlaceId
hello,
So I was following a post of how to find placeId But , I am getting different response.
I reuqested: https://api.kontakt.io/place?venueId=751a22a2-7345-4468-8ef4-24f90b48a3db
I got reponse :
{
"places": [],
"searchMeta": {
"filter": "",
"startIndex": 0,
"maxResult": 50,
"prevResults": "",
"count": null,
"orderBy": "created",
"nextResults": "",
"queryType": "NORMAL",
"order": "ASC"
}
}
-
You can try to make this CURL request directly from your shell terminal:
curl "https://api.kontakt.io/venue?access=OWNER" -H 'Api-Key: xxxxxxx' -H 'Accept: application/vnd.com.kontakt+json;version=10'
where xxx is your Kontakt.io API key
then you'll get your VenueId somewhere in the response just check :
"id":"yyyyyyyyyyyyyyyyyyyy"
Hope it'll help
0
Please sign in to leave a comment.
Comments
1 comment