cURL
curl --request GET \ --url https://api.dooki.com.br/v2/{alias}/pricing/promocodes/{id}/customers \ --header 'User-Secret-Key: <api-key>' \ --header 'User-Token: <api-key>'
{ "id": 123, "merchant_id": 123, "marketplace_id": 123, "active": true, "type": "<string>", "cluster_id": 123, "name": "<string>", "first_name": "<string>", "last_name": "<string>", "generic_name": "<string>", "cpf": "<string>", "spreadsheet": { "data": { "brands": "<string>", "city": "<string>", "purchased_brands": "<string>", "last_order_date": { "date": "2023-11-07T05:31:56Z", "timezone_type": 123, "timezone": "<string>" }, "last_order_value": "<string>", "purchased_categories": "<string>", "number": "<string>", "uf": "<string>", "phone": "(16) 98187-5668", "street": "<string>", "phone_number": "981875668", "categories": "<string>", "neighborhood": "<string>", "complement": "<string>", "phone_code": "16" } }, "phone": { "area_code": "<string>", "full_number": "<string>", "number": "<string>", "formated_number": "<string>", "whatsapp_link": "<string>" }, "razao_social": "<string>", "cnpj": "<string>", "state_registration": "<string>", "email": "[email protected]", "birthday": "2023-12-25", "newsletter": true, "whatsapp": true, "social_driver": "<string>", "social_id": 123, "ip": "<string>", "token": "<string>", "utm_source": "<string>", "utm_campaign": "<string>", "notes": "<string>", "login_url": "<string>", "anonymized": true, "deletion_request": { "data": { "pending_confirmation": true, "scheduled_date": "2023-12-25" } }, "addresses": { "data": [ { "receiver": "<string>", "city": "<string>", "created_at": { "date": "2023-11-07T05:31:56Z", "timezone_type": 123, "timezone": "<string>" }, "full_address": "<string>", "zip_code": "<string>", "number": "<string>", "uf": "<string>", "updated_at": { "date": "2023-11-07T05:31:56Z", "timezone_type": 123, "timezone": "<string>" }, "street": "<string>", "id": 123, "neighborhood": "<string>", "customer_id": 123, "complement": "<string>" } ] }, "created_at": { "date": "2000-08-17 10:24:24", "timezone_type": 3, "timezone": "America/Sao_Paulo" }, "updated_at": { "date": "2000-08-17 10:24:24", "timezone_type": 3, "timezone": "America/Sao_Paulo" } }
Retorna uma lista de clientes que usaram um cupom específico
Alias da loja
ID do cupom
Lista de clientes que usaram o cupom
Representa os clientes que usaram um cupom
Show child attributes
Was this page helpful?