curl --request GET \
--url https://api.framen.com/vendor/{org_token}/locations
List Locations
Retrieve all locations in your organization.
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