Skip to main content
GET /vendor/{org_token}/locations/{location_id}
Returns a single location by ID.

Path parameters

ParameterTypeRequiredDescription
org_tokenstringYesYour organization token (find it here)
location_idstringYesThe location ID (e.g., Loc_f9FxuWDTfzy)

Example request

curl -X GET "https://api.framen.com/vendor/Org_9WeJxcVrRnM/locations/Loc_f9FxuWDTfzy"

Response

Returns a single location object. Returns 404 if the location does not exist.