Skip to main content

Shop - order item

Order shop item

Path Parameters
name string REQUIRED

Example: ovddykvbs

id string REQUIRED

Example: adfce8f4-1300-4503-a2e1-47eb0dc78e0d

Query Parameters
client_id string REQUIRED

Example: 083e2257-c7d6-444d-ac17-e5334ede9b27

client_secret string REQUIRED

Example: GV0bESCnrrwAEHkHA90m6bwAD3Em49pi

steam_id string

Supports steam_id or eos_id.

Example: 76561198023513722

eos_id string

Supports steam_id or eos_id.

Example: 00021769f66c46d1a053219a51c2dd9f

Responses
200

successful operation

Schema OPTIONAL
steam_id string OPTIONAL
eos_id string OPTIONAL
identifier string OPTIONAL
success boolean OPTIONAL
message string OPTIONAL
orderShop
POST /api/v1/game-shop/:name/pack/:id/order
name — path
id — path
client_id — query
client_secret — query
steam_id — query
eos_id — query
https://api.gameserverapp.com
curl -L -X POST 'https://api.gameserverapp.com/api/v1/game-shop/:name/pack/:id/order' \
-H 'Accept: application/json'