Zum Inhalt springen

Metaverse Orbs API (1.0.0)

Metaverse Orbs API

OpenAPI-Beschreibung herunterladen
Sprachen
Server
Mock server
https://xsolla.redocly.app/_mock/de/api/metaframe/
http://orbs.babka.com/
Operationen
Operationen
Operationen

Anfrage

Gets a list of available items.

Sicherheit
Bearer
Pfad
merchantIdstringerforderlich

Merchant ID of the client

projectIdstringerforderlich

Project ID of the project

Abfrage
multivc-skustringerforderlich

The virtual currency SKU

curl -i -X GET \
  'https://xsolla.redocly.app/_mock/de/api/metaframe/v2/merchants/{merchantId}/projects/{projectId}/package?multivc-sku=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Antworten

List of available items.

Bodyapplication/json
itemsArray of objects(Item)

List of items.

Beispiel: [{"currency:\"USD\"":null,"name":"pack of orb","package_item_sku":"xxx-xxx-xxx","price":10.33,"url":"xxx.xx.com"}]
Antwort
application/json
{ "items": [ {} ] }
Operationen