Super TEF
  1. P.O.S
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. P.O.S

Detalhes P.O.S

GET
pos/{{id}}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'pos/{{id}}'
Response Response Example
{
    "status": true,
    "banco": null,
    "chave": "65u9qq",
    "cliente_id": 10,
    "created_at": "03\/06\/2025 12:14:40",
    "updated_at": "03\/06\/2025 12:14:40",
    "date_ativacao": null,
    "id": 43,
    "nome": "Teste"
}

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
banco
null 
requerido
chave
string 
requerido
cliente_id
integer 
requerido
created_at
string 
requerido
updated_at
string 
requerido
date_ativacao
null 
requerido
id
integer 
requerido
nome
string 
requerido
Página anterior
Atualizar
Próxima página
Lista
Built with