# List locations

This endpoint lists all locations.

Endpoint: GET /v2/locations
Version: 1.0
Security: OAuth2

## Query parameters:

  - `cursor` (string,null)

  - `limit` (integer,null)

  - `name` (string,null)

## Response 200 fields (application/json):

  - `next_cursor` (string,null)

  - `items` (array, required)

  - `items.id` (string, required)

  - `items.name` (string, required)
    Name of the location

  - `items.description` (string,null)
    Description of the location


