get https://{subdomain}.pinpointhq.com/api/v1/locations/
Log in to see full request history
Responses
xxxxxxxxxx
curl --request GET \
--url https://your-subdomain.pinpointhq.com/api/v1/locations/id \
--header 'accept: application/vnd.api+json'
xxxxxxxxxx
24{
"data": {
"id": "1000274",
"type": "locations",
"attributes": {
"city": "Devonmouth",
"country_code": "MA",
"created_at": "2019-01-01T00:00:00+00:00",
"name": "Jersey",
"postal_code": "22005",
"province": "Idaho",
"street_address": "88336 Bradtke Pike",
"updated_at": "2019-01-01T00:00:00+00:00"
},
"relationships": {
"equality_monitoring_template": {
"meta": {
"included": false
}
}
}
},
"meta": {}
}