cURL
curl --request GET \ --url https://api.toughtongueai.com/api/public/purchases \ --header 'Authorization: Bearer <token>'
{ "purchases": [ { "id": "purchase_abc123", "scenario_id": "scenario_xyz", "user_email": "buyer@example.com", "amount": 29.99, "currency": "USD", "status": "completed", "created_at": "2024-01-15T10:30:00Z" } ] }
List all purchases for your scenarios