cURL
curl --request GET \ --url https://api.s15x.dev/database/purchase-history \ --header 'API-Authorization: <api-key>' \ --header 'x-roblox-id: <x-roblox-id>'
{ "data": [ { "id": 500595751, "product_id": "INS-V5-ALL", "system_name": "s15x Avatar inspector V5 All", "is_fulfilled": true, "purchase_time": "2026-02-07T00:10:18.021Z", "fulfillment_time": "<string>" } ] }
returns purchase history for user
Required: API key to access
Roblox user ID
The request was successful, and the server has returned the requested resource in the response body.
Show child attributes