# 프로젝트 가져오기

판매자의 프로젝트 목록을 가져옵니다.


  참고이 API 호출에는 project_id path 매개 변수가 포함되어 있지 않으므로 회사의 모든 프로젝트에서 유효한 API 키를 사용하여 권한 부여를 설정해야 합니다.

Endpoint: GET /v2/merchant/{merchant_id}/projects
Version: 2.0.0
Security: basicMerchantAuth

## Query parameters:

  - `limit` (integer)
    페이지 요소 개수 제한입니다.
    Example: 50

  - `offset` (integer)
    목록이 생성된 요소의 개수입니다(개수는 0부터 시작함).

## Path parameters:

  - `merchant_id` (integer, required)
    판매자 ID입니다.
    Example: 121212

## Response 200 fields (application/json):

  - `total_items_count` (integer)
    Example: 3

  - `has_more` (boolean)
    Example: true

  - `items` (array)


## Response 401 fields

## Response 422 fields
