Vendors
Listagem de vendedores paginada
Visão Geral
Tokens
Charges
Sessions
Customers
Merchants
Vendors
Sellers
Webhooks
Reports
Vendors
Listagem de vendedores paginada
GET
/
v1
/
vendors
curl --request GET \
--url https://api.malga.io/v1/vendors \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>'
{
"items": [
{
"id": "db56bd6a-10d7-4039-9c68-fc4405a1a3e1",
"referenceId": "12345",
"identityType": "CNPJ",
"identity": "12.345.678/0001-99",
"mcc": "1234",
"name": "Empresa Exemplo Ltda",
"email": "contato@empresaexemplo.com",
"phoneNumber": "5511999999999",
"website": "https://www.empresaexemplo.com",
"address": {
"country": "BR",
"state": "SP",
"city": "São Paulo",
"district": "Centro",
"zipCode": "01001-000",
"street": "Avenida Paulista",
"number": "1000",
"complement": "Apto 101"
},
"updatedAt": "2024-06-26T12:34:56Z",
"createdAt": "2024-06-01T08:00:00Z"
}
],
"meta": {
"totalItems": 16,
"itemCount": 1,
"itemsPerPage": 1,
"totalPages": 2,
"currentPage": 1
}
}
Query Parameters
Limite de itens retornados na consulta
Páginas da consulta
Response
200
application/json
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.malga.io/v1/vendors \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>'
{
"items": [
{
"id": "db56bd6a-10d7-4039-9c68-fc4405a1a3e1",
"referenceId": "12345",
"identityType": "CNPJ",
"identity": "12.345.678/0001-99",
"mcc": "1234",
"name": "Empresa Exemplo Ltda",
"email": "contato@empresaexemplo.com",
"phoneNumber": "5511999999999",
"website": "https://www.empresaexemplo.com",
"address": {
"country": "BR",
"state": "SP",
"city": "São Paulo",
"district": "Centro",
"zipCode": "01001-000",
"street": "Avenida Paulista",
"number": "1000",
"complement": "Apto 101"
},
"updatedAt": "2024-06-26T12:34:56Z",
"createdAt": "2024-06-01T08:00:00Z"
}
],
"meta": {
"totalItems": 16,
"itemCount": 1,
"itemsPerPage": 1,
"totalPages": 2,
"currentPage": 1
}
}