Super TEF
  1. Clientes
Super TEF
  • API - SuperTEF
  • Clientes
    • Cadastro
      POST
    • Detalhes
      GET
    • Atualizar
      PUT
    • Lista
      GET
  • P.O.S
    • Cadastro
      POST
    • Atualizar
      PUT
    • Detalhes P.O.S
      GET
    • Lista
      GET
  • Pagamentos
    • Cadastro
      POST
    • Lista
      GET
    • Detalhes
      GET
  1. Clientes

Lista

GET
clientes
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'clientes?page'
Response Response Example
{
    "total": 1,
    "per_page": 30,
    "current_page": 1,
    "last_page": 1,
    "to": 1,
    "data": [
        {
            "id": 10,
            "ativo": 1,
            "softhouse_id": 14,
            "cnpj_cpf": "000.000.000-00",
            "nome_empresa": "C\u00e2ndido Alberto Silva",
            "contato": "(66) 99999-9999",
            "limite_pos": 2,
            "created_at": "2025-05-29T12:00:57.000000Z",
            "updated_at": "2025-06-02T21:53:35.000000Z",
            "sitef_empresa": "NUC Tecnologia",
            "sitef_cnpj_cpf": "000.000.000-00",
            "sitef_banco": "caixa",
            "chave": "683e03611204f"
        }
    ]
}

Requisição

Authorization
Forneça seu token bearer no cabeçalho
Authorization
ao fazer requisições para recursos protegidos.
Exemplo:
Authorization: Bearer ********************
Parâmetros Query
page
string 
opcional

Respostas

🟢200Success
application/json
Body
total
integer 
requerido
per_page
integer 
requerido
current_page
integer 
requerido
last_page
integer 
requerido
to
integer 
requerido
data
array [object {13}] 
requerido
id
integer 
opcional
ativo
integer 
opcional
softhouse_id
integer 
opcional
cnpj_cpf
string 
opcional
nome_empresa
string 
opcional
contato
string 
opcional
limite_pos
integer 
opcional
created_at
string 
opcional
updated_at
string 
opcional
sitef_empresa
string 
opcional
sitef_cnpj_cpf
string 
opcional
sitef_banco
string 
opcional
chave
string 
opcional
Página anterior
Atualizar
Próxima página
Cadastro
Built with