curl -X GET "https://gachabe-staging.fly.dev/api/v1/chests/550e8400-e29b-41d4-a716-446655440000" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/vnd.api+json"
{ "data": { "type": "chest", "id": "550e8400-e29b-41d4-a716-446655440000", "attributes": { "name": "Legendary Dragon Chest", "description": "A mystical chest containing the rarest dragon-themed collectibles. Each opening guarantees at least one legendary item.", "images": [ "https://example.com/images/dragon-chest-closed.png", "https://example.com/images/dragon-chest-open.png" ] }, "relationships": {} }, "meta": {} }
Show Field Selection
id,name,description,images
fields[chest]=id,name,description
Show Chest Object
Show Attributes
curl -X GET "https://gachabe-staging.fly.dev/api/v1/chests/550e8400-e29b-41d4-a716-446655440000" \ -H "Authorization: Bearer YOUR_API_KEY"