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

Detalhes

GET
clientes/{{cliente_chave}}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'clientes/{{cliente_chave}}'
Response Response Example
{
    "status": true,
    "ativo": 1,
    "chave": "683e03611204f",
    "cnpj_cpf": "000.000.000-00",
    "nome_empresa": "C\u00e2ndido Alberto Silva",
    "contato": "(00) 99999-9999",
    "limite_pos": 2,
    "created_at": "29\/05\/2025 09:00:57",
    "sitef_empresa": "NUC Tecnologia",
    "sitef_cnpj_cpf": "000.000.000-00",
    "sitef_banco": "caixa",
    "id": 10
}

Requisição

Authorization
Forneça seu token bearer no cabeçalho
Authorization
ao fazer requisições para recursos protegidos.
Exemplo:
Authorization: Bearer ********************

Respostas

🟢200Success
application/json
Body
status
boolean 
requerido
ativo
integer 
requerido
chave
string 
requerido
cnpj_cpf
string 
requerido
nome_empresa
string 
requerido
contato
string 
requerido
limite_pos
integer 
requerido
created_at
string 
requerido
sitef_empresa
string 
requerido
sitef_cnpj_cpf
string 
requerido
sitef_banco
string 
requerido
id
integer 
requerido
Página anterior
Cadastro
Próxima página
Atualizar
Built with