Skip to main content
GET
Get bulk purchases

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
enum<string>
default:en

The language of the response

Available options:
en,
ru

Query Parameters

ids
string
required

Comma-separated positive order IDs. Use ids=1,2,3. Maximum 100 IDs.

Example:

"1,2,3"

expand
enum<string>

The expand of the purchase (you can use multiple values separated by commas)

Available options:
tarif,
parent,
api,
chatbot
Example:

"tarif,parent"

Response

OK

items
object[]
required

Purchases found for the current user.

missing_ids
integer[]
required

IDs that were not found or do not belong to the current user.

Required range: x >= 1
Example: