> ## 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.

## List Locations

Retrieve all locations in your organization.

<ParamField path="org_token" type="string" required>
  Your organization token (e.g., `Org_4KmTqZnWpLx`).
</ParamField>

### Response

Returns an array of Location objects.

### Example Request

```bash theme={null}
curl -X GET https://api.framen.com/vendor/Org_4KmTqZnWpLx/locations
```
