Xsolla-logo

Get projectsServer-sideAdmin

get/v2/merchant/{merchant_id}/projects

Gets the list of merchant's projects.

Notice

This 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.

SecuritybasicMerchantAuth
Request
path Parameters
merchant_id
required
integer

Merchant ID.

Example: 121212
query Parameters
limit
integer

Limit for the number of elements on the page.

Example: limit=50
offset
integer

Number of the element from which the list is generated (the count starts from 0).

Example: offset=0
Responses
200

Information about projects was successfully received.

401

Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.

422

Invalid limit or offset query parameters.

Request samples
Response samples
application/json
{
  • "total_items_count": 2,
  • "has_more": false,
  • "items": [
    ]
}