Skip to main content
All API requests require your organization token (org_token) as a path parameter. There are no additional headers or API keys required.

Getting your token

Your organization token is available in the Dashboard:
  1. Go to dashboard.framen.com/account/orgs
  2. Copy your Org ID from the organization settings page
The token looks like: Org_9WeJxcVrRnM

Using the token

Include the org_token in the URL path of every request:
curl -X GET "https://api.framen.com/vendor/{org_token}/locations"
For example:
curl -X GET "https://api.framen.com/vendor/Org_9WeJxcVrRnM/locations"
The organization token identifies your account and controls which locations, screens, and CARs you can access. Keep it confidential.