Xsolla-logo
  • 文档
  • 创建帐户

获取唯一优惠券码限制Server-sideAdmin

get/v2/project/{project_id}/admin/code/limit/coupon/external_id/{external_id}

获取代码可以使用的剩余次数。要筛选代码,请使用codes查询参数。

要配置代码限制本身,请前往“管理”部分: *优惠券

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

项目编号。您可以在您的发布商帐户项目名称旁边。

Example: 44056
external_id
required
integer

Promotion external ID. Unique promotion identifier within the project.

Example: coupon_44056_1
query Parameters
codes[]
Array of strings

区分大小写的唯一代码。仅包含字母和数字。

limit
integer

Limit for the number of elements on the page.

Example: limit=50
offset
integer

元素编号,从该元素开始生成列表(从0开始数)。

Example: offset=0
Responses
200

成功收到代码的优惠券限额。

401

基本认证未通过或错误。确保您使用了基本认证或正确的凭据。

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