Saltar al contenido

Metaverse Orbs API (1.0.0)

Metaverse Orbs API

Descargar descripción de OpenAPI
Idiomas
Servidores
Mock server
https://xsolla.redocly.app/_mock/es/api/metaframe/
http://orbs.babka.com/
Operaciones
Operaciones
Operaciones

Solicitud

Gets a list of available items.

Seguridad
Bearer
Ruta
merchantIdstringrequerido

Merchant ID of the client

projectIdstringrequerido

Project ID of the project

Consulta
multivc-skustringrequerido

The virtual currency SKU

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

Respuestas

List of available items.

Cuerpoapplication/json
itemsArray of objects(Item)

List of items.

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