Xsolla-logoXsolla Developers
or
To Publisher Account

Get current user's offer chain by IDClient-side

get/v2/project/{project_id}/user/offer_chain/{offer_chain_id}

Gets the current user’s offer chain by the offer chain's ID.

SecurityXsollaLoginUserJWT
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 user’s offer chain was successfully retrieved.

404

The offer chain was not found.

Request samples
Response samples
application/json
{
  • "id": 4,
  • "name": "Offer chain with bundles",
  • "description": null,
  • "date_start": "2010-04-15T18:16:00+05:00",
  • "date_end": "2025-04-25T18:16:00+05:00",
  • "order": 1,
  • "recurrent_schedule": null,
  • "steps": [
    ],
  • "next_step_number": 1
}