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

Lista

GET
pos
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'pos?cliente_chave&page'
Response Response Example
{
    "total": 4,
    "per_page": 30,
    "current_page": 1,
    "last_page": 1,
    "to": 4,
    "data": [
        {
            "id": 43,
            "status": 0,
            "nome": "Teste",
            "marca": null,
            "modelo": null,
            "banco": null,
            "chave": "65u9qq",
            "token": null,
            "cliente_id": 10,
            "softhouse_id": 14,
            "created_at": "2025-06-03T15:14:40.000000Z",
            "updated_at": "2025-06-03T15:14:40.000000Z",
            "date_ativacao": null
        },
        {
            "id": 42,
            "status": 0,
            "nome": "teste 2",
            "marca": null,
            "modelo": null,
            "banco": null,
            "chave": "1lzkkp",
            "token": null,
            "cliente_id": 10,
            "softhouse_id": 14,
            "created_at": "2025-06-02T21:58:38.000000Z",
            "updated_at": "2025-06-02T21:58:38.000000Z",
            "date_ativacao": null
        },
        {
            "id": 41,
            "status": 0,
            "nome": "Caixa 2",
            "marca": null,
            "modelo": null,
            "banco": null,
            "chave": "slrxff",
            "token": null,
            "cliente_id": 10,
            "softhouse_id": 14,
            "created_at": "2025-06-02T18:44:41.000000Z",
            "updated_at": "2025-06-02T18:44:41.000000Z",
            "date_ativacao": null
        },
        {
            "id": 22,
            "status": 0,
            "nome": "Caixa",
            "marca": null,
            "modelo": null,
            "banco": null,
            "chave": "8ylyrv",
            "token": null,
            "cliente_id": 10,
            "softhouse_id": 14,
            "created_at": "2025-05-29T12:01:07.000000Z",
            "updated_at": "2025-05-29T12:01:07.000000Z",
            "date_ativacao": null
        }
    ]
}

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
cliente_chave
string 
opcional
filtre as P.O.S pela chave do cliente.
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 
requerido
status
integer 
requerido
nome
string 
requerido
marca
null 
requerido
modelo
null 
requerido
banco
null 
requerido
chave
string 
requerido
token
null 
requerido
cliente_id
integer 
requerido
softhouse_id
integer 
requerido
created_at
string 
requerido
updated_at
string 
requerido
date_ativacao
null 
requerido
Página anterior
Detalhes P.O.S
Próxima página
Cadastro
Built with