# Get connection id by name

Retrieves the specified connection.

Endpoint: GET /connections/lookup
Version: 3
Security: ApiKeyAuth

## Query parameters:

  - `name` (string, required)

## Response 200 fields (application/json):

  - `id` (integer, required)
    the connection id
    Example: 17


