# Get projects Gets the list of merchant's projects. NoticeThis API call does not contain the project_id path parameter, so you need to use the API key that is valid in all the company’s projects to set up authorization. Endpoint: GET /v2/merchant/{merchant_id}/projects Version: 2.0.0 Security: basicMerchantAuth ## Query parameters: - `limit` (integer) Limit for the number of elements on the page. Example: 50 - `offset` (integer) Number of the element from which the list is generated (the count starts from 0). ## Path parameters: - `merchant_id` (integer, required) Merchant 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