Existing Location Group
GET {{campaign_url}}/locationGroups/:id
Retrieve a single location group
You can retrieve an existing location group in your market by sending this GET
request.
To retrieve the id
of a location group, you must first send one of the following:
-
POST
New Location Group request -
GET
List of Location Groups request
POST
New Location Group will automatically populate the locationGroupId
variable with the ID of your newly created location group.
GET
List of Location Groups will return a list of location group objects—within your market—containing IDs that you can then manually copy and paste into the value cell for id
.
RESPONSES
status: OK
{"data":[{"id":"36344480","marketId":"1","resourceType":"locationGroup","targetGeoType":"zipGlobal","country":"US","name":"doc test location group ver2","entries":[{"zipGlobal":"90210"},{"zipGlobal":"94061"}],"radius":0}],"errors":[]}