Skip to main content
GET
/
vendor
/
{org_token}
/
locations
List Locations
curl --request GET \
  --url https://api.framen.com/vendor/{org_token}/locations

Documentation Index

Fetch the complete documentation index at: https://docs.framen.com/llms.txt

Use this file to discover all available pages before exploring further.

List Locations

Retrieve all locations in your organization.
org_token
string
required
Your organization token (e.g., Org_4KmTqZnWpLx).

Response

Returns an array of Location objects.

Example Request

curl -X GET https://api.framen.com/vendor/Org_4KmTqZnWpLx/locations
Last modified on April 17, 2026