Xsolla-logoXsolla Developers
or
To Publisher Account

Get offer chainServer-sideAdmin

get/v2/project/{project_id}/admin/offer_chain/id/{offer_chain_id}

Gets a particular offer chain for administration.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project ID. You can find this parameter in your Publisher Account next to the name of the project.

Example: 44056
offer_chain_id
required
integer

Offer chain ID.

Example: 101
Responses
200

The offer chain data was successfully retrieved.

401

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

404

The offer chain was not found.

Request samples
Response samples
application/json
{
  • "id": 3,
  • "name": {
    },
  • "description": {
    },
  • "date_start": "2023-04-15T18:16:00+05:00",
  • "date_end": "2025-04-25T18:16:00+05:00",
  • "order": 1,
  • "recurrent_schedule": null,
  • "steps": [
    ],
  • "is_enabled": true
}