egdata API
API ReferenceOffer Details

List items for an offer

GET
/offers/{id}/items

Path Parameters

id*string

Epic offer identifier.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/offers/09176f4ff7564bbbb499bbe20bd6348f/items"
[  {    "id": "string",    "namespace": "string",    "title": "string",    "keyImages": [      {        "type": "string",        "url": "http://example.com",        "width": 0,        "height": 0      }    ],    "releaseInfo": [      {}    ]  }]
{  "message": "string",  "error": "string"}
{  "message": "string",  "error": "string"}
{  "message": "string",  "error": "string"}