# Get location

This endpoint gets a location by ID.

Endpoint: GET /v2/locations/{id}
Version: 1.0
Security: OAuth2

## Path parameters:

  - `id` (string, required)

## Response 200 fields (application/json):

  - `id` (string, required)

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

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


