Skip to main content
POST
Update a Location

Update a Location

Update an existing location’s details. All body parameters are optional — only include the fields you want to change.
string
required
Your organization token (e.g., Org_4KmTqZnWpLx).
string
required
The unique identifier of the location to update.
string
Display name of the location.
string
Must be a level 2 venue type ID from the Venue Types endpoint.
number
Latitude coordinate (WGS84, range: -90 to 90).
number
Longitude coordinate (WGS84, range: -180 to 180).
boolean[168]
Hourly opening schedule for one week (168 booleans). Index 0 = Monday 00:00.
int[7]
Daily visitor counts, Monday through Sunday.
string
Location status. Can only be changed via DRAFT -> REVIEW. You cannot set it to APPROVED yourself.
boolean
Whether the location is available for ad campaigns. Cannot be set while status is DRAFT or REVIEW.
boolean
Whether the location is archived.
string
Contact email for the location.
string
Contact phone number for the location.
If the location status is APPROVED and you update venue_type_id, lat, or long, the status will revert to REVIEW and must be re-approved by FRAMEN. Campaign delivery may be affected.

Example Request

Last modified on April 17, 2026