Lista cartões fidelidade, opcionalmente filtrados por cliente
cURL
curl --request GET \ --url https://api.indiqai.com/api/v1/public/loyalty-cards \ --header 'X-API-Key: <x-api-key>'
{ "loyalty_cards": [ { "id": "card_001", "client_id": "550e8400-e29b-41d4-a716-446655440000", "client_nome": "João Silva", "total_stamps": 10, "current_stamps": 7, "completed": false, "reward_name": "Pizza Grátis", "created_at": "2025-12-01T10:00:00Z", "last_stamp_at": "2026-03-15T16:30:00Z" } ], "total": 1 }
curl -X GET "https://api.indiqai.com/api/v1/public/loyalty-cards?client_id=550e8400-e29b-41d4-a716-446655440000" \ -H "X-API-Key: indiqai_sua_chave_aqui"
Chave de API da empresa
Successful Response
Was this page helpful?