cURL
curl --request GET \ --url https://api.gameboost.com/v1/currency-offers/{currencyOfferId} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "type": "currencyOffers", "attributes": { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "game_slug": "<string>", "currency_unit": { "currency_name": "<string>", "name": "<string>", "symbol": "<string>", "multiplier": 123 }, "description": "<string>", "price": 123, "stock": 123, "min_quantity": 123, "data": {}, "delivery_time": { "duration": 123, "unit": "minutes", "format": "<string>", "formatLong": "<string>", "seconds": 123 }, "status": "listed", "created_at": "2023-11-07T05:31:56Z", "listed_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } } }
Retrieve details of a specific currency offer by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved the currency offer.
The response is of type object.
object