GET
/
v0
/
offers
/
{offerId}
curl --request GET \
  --url https://api.fungies.io/v0/offers/{offerId} \
  --header 'x-fngs-public-key: <api-key>'
{
  "status": "<string>",
  "data": {
    "offer": {
      "object": "offer",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "internalId": null,
      "price": 0,
      "originalPrice": null,
      "recurringInterval": null,
      "recurringIntervalCount": null,
      "trialInterval": null,
      "trialIntervalCount": null,
      "currency": "AFN",
      "limit": null,
      "soldItems": 0,
      "status": "DRAFT",
      "name": null,
      "description": null,
      "region": null,
      "platform": null,
      "gtin": null,
      "warningMessage": null
    }
  }
}

Authorizations

x-fngs-public-key
string
header
required

Path Parameters

offerId
string
required

GET /v0/offers/:offerId Parameter

Response

200
application/json
GET /v0/offers/:offerId Positive response
status
string
required
Allowed value: "success"
data
object
required