org_token) as a path parameter. There are no additional headers or API keys required.
Getting your token
- Go to dashboard.framen.com/account/orgs
- Copy your Org ID from the organization settings page
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to authenticate with the Screen Manager API.
org_token) as a path parameter. There are no additional headers or API keys required.
Org_4KmTqZnWpLx
curl -X GET "https://api.framen.com/vendor/Org_4KmTqZnWpLx/locations"
curl -X POST "https://api.framen.com/vendor/Org_4KmTqZnWpLx/locations" \
-H "Content-Type: application/json" \
-d '{
"name": "Downtown Mall",
"latitude": 40.7128,
"longitude": -74.0060,
"venue_type_id": "205"
}'