Seguros APIseguros-api reference
Listar todos os vendedores
Retorna uma lista de todos os vendedores cadastrados. Pode filtrar por status (active/inactive).
Retorna uma lista de todos os vendedores cadastrados. Pode filtrar por status (active/inactive).
x-api-key<token>
In: header
Query Parameters
status*string
Response Body
application/json
curl -X GET "https://example.com/vendors?status=string"[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"vendorId": "V001",
"name": "Carlos Vendedor",
"store": "Loja A",
"phone": "(61) 99999-9999",
"isActive": true,
"webhookEnabled": true,
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z"
}
]