Listando Sub-contas

Query Params
cpf_cnpj
string
CPF/CNPJ
email
string
E-mail
status
string
Status da conta. Valores possíveis: active, pending, inactive, suspended
Header Params
Authorization
string
REQUIRED
ApiKey [api_key do gestor da plataforma]

Response
{
    "meta": {
        "limit": 20,
        "next": "/api/v1/sellers/?limit=20&offset=20",
        "offset": 0,
        "previous": null,
        "total_count": 3
    },
    "objects": [       
        {
            "api_key": "4fa17d3ac6c7faafc31c81cdea2b8f0b1ff:N02G78pb8dY0VLYOdYHewfUK_Nw66MDwQ3okAIg",
            "birthdate": "1983-04-05",
            "business_description": "School tech",
            "business_name": "Tecnologia Ltda",
            "city": "Belo Horizonte",
            "complement": "loja A",
            "cpf_cnpj": "08.306.506/0001-35",
            "created_at": "2018-12-14T18:23:49.325687",
            "first_name": "Thiago",
            "id": 15,
            "last_name": "Carmo",
            "neighborhood": "Camargos",
            "number": "500",
            "phone_number": "31-98703-8487",
            "postal_code": "30520-490",
            "resource_uri": "/api/v1/sellers/15/",
            "state": "MG",
            "street": "Rua José Nunes Carvalho",
            "taxpayer_id": "714.445.472-24",
            "type": "PJ",
            "mcc": "/api/v1/mcc/102/",
            "mcc_id": 102,
            "updated_at": "2019-06-05T10:05:56.368657"
        },
        {
            "api_key": "eb6eef2fe3b3a77cbbcd1cb9040a608e2e0:PRZlq7aa4Jf2wAgv1E8LFr34BiQhQsOzwQoa_svg",
            "birthdate": "1988-05-21",
            "business_description": null,
            "business_name": null,
            "city": "São Paulo",
            "complement": "ap01",
            "cpf_cnpj": "248.182.243-91",
            "created_at": "2019-02-26T11:06:28.335055",
            "first_name": "João",
            "id": 28,
            "last_name": "Oliveira da Silva",
            "neighborhood": "Camargos",
            "number": "815",
            "phone_number": "31-98703-8487",
            "postal_code": "30525-395",
            "resource_uri": "/api/v1/sellers/28/",
            "state": "SP",
            "street": "Rua João Batista Vieira",
            "taxpayer_id": "",
            "type": "PF",
            "mcc": "/api/v1/mcc/77/",
            "mcc_id": 77,
            "updated_at": "2019-07-28T10:02:11.178218"
        },
        {
            "api_key": "cd2829270892738c7c8e80bd7b3420924:ZdqfLqz88zfK63qpU2QOYICpX-pBj5FXKe_3heQ",
            "birthdate": "1971-04-28",
            "business_description": "Showcase Xyz",
            "business_name": "Comunicação e Negócios EIRELI",
            "city": "Belo Horizonte",
            "complement": "802",
            "cpf_cnpj": "25.157.226/0001-21",
            "created_at": "2019-02-26T15:42:00.143583",
            "first_name": "Jose",
            "id": 34,
            "last_name": "Lima",
            "neighborhood": "Carmo",
            "number": "311",
            "phone_number": "31-98998-8585",
            "postal_code": "30333-570",
            "resource_uri": "/api/v1/sellers/34/",
            "state": "MG",
            "street": "Rua Buenos Aires",
            "taxpayer_id": "667.463.433-67",
            "type": "PJ",
            "mcc": "/api/v1/mcc/77/",
            "mcc_id": 77,
            "updated_at": "2019-02-26T15:45:43.247314"
       }
    ]
}