Skip to main content
POST
Create a Location

Create a Location

Register a new physical location in your organization. The location will initially be created with a DRAFT status and must be approved before screens can be deployed. Locations go through an approval process: DRAFT -> REVIEW -> APPROVED. Providing all “required for Review” fields automatically moves the status to REVIEW. FRAMEN then performs the approval.
string
required
Your organization token (e.g., Org_4KmTqZnWpLx).
string
Your unique identifier for this location. If not provided, one will be assigned automatically.
string
required
Display name of the location.
string
Must be a level 2 venue type ID from the Venue Types endpoint. Required for Review.
number
Latitude coordinate (WGS84, range: -90 to 90). Required for Review.
number
Longitude coordinate (WGS84, range: -180 to 180). Required for Review.
boolean[168]
Hourly opening schedule for one week (168 booleans). Index 0 = Monday 00:00. Required for Review.
int[7]
Daily visitor counts, Monday through Sunday. Required for Review.
boolean
Whether the location is archived. Default: false.
string
Contact email for the location.
string
Contact phone number for the location.

Example Request

Last modified on June 8, 2026