Listando Clientes

Query Params
full_name
string
Nome completo
cpf_cnpj
string
CPF/CNPJ
email
string
E-mail
Header Params
Authorization
string
REQUIRED
ApiKey [api_key do seller]

Response
{
    "meta": {
        "limit": 20,
        "next": null,
        "offset": 0,
        "previous": null,
        "total_count": 2
    },
    "objects": [
        {
            "cc_email": null,
            "city": "Belo Horizonte",
            "complement": "casa",
            "cpf_cnpj": "534.184.176-04",
            "created_at": "2019-08-30T10:23:12.899670",
            "email": "joao@globo.com",
            "full_name": "João da Silva",
            "id": 748,
            "neighborhood": "Caiçara",
            "notes": "",
            "number": "500",
            "phone_number": "31-98703-8487",
            "postal_code": "30520-490",
            "resource_uri": "/api/v1/customers/748/",
            "state": "MG",
            "street": "Rua Antonio Filho",
            "type": "PF",
            "updated_at": "2019-08-30T10:30:24.299613"
        },
        {
            "cc_email": null,
            "city": "Belo Horizonte",
            "complement": "ap05",
            "cpf_cnpj": "261.530.628-65",
            "created_at": "2019-08-27T18:36:00.932333",
            "email": "lucas@uol.com.br",
            "full_name": "Lucas Henrique da Silva Mendes",
            "id": 747,
            "neighborhood": "Savassi",
            "notes": null,
            "number": "500",
            "phone_number": "31-99999-8888",
            "postal_code": "33658-490",
            "resource_uri": "/api/v1/customers/747/",
            "state": "MG",
            "street": "Rua Joaquim Gonçalves",
            "type": "PF",
            "updated_at": "2019-08-27T18:36:00.932367"
        }
  ]
}