offers
Get offer details
offers
Get offer details
Retrieve detailed information about a specific offer
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
Path Parameters
GET /v0/offers/:offerId Parameter
Response
200
application/json
GET /v0/offers/:offerId Positive response
The response is of type object
.
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
}
}
}