Zum Inhalt springen

Metaverse Orbs API (1.0.0)

Metaverse Orbs API

OpenAPI-Beschreibung herunterladen
Sprachen
Server
http://orbs.babka.com/
Mock server
https://xsolla.redocly.app/_mock/de/api/metaframe/
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 \
  'http://orbs.babka.com/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"}]
items[].​currencystring

The currency which prices are displayed in. Three-letter currency code per ISO 4217.

items[].​namestring

Item name.

items[].​package_item_skustring

Package Item SKU.

items[].​pricestring

Item price.

items[].​urlstring

Image URL.

Antwort
application/json
{ "items": [ {} ] }
Operationen