1. Auth
HEEOPAY
HEEO - PAINEL
  • HEEO
  • HEEO - PAINEL
  • Inter
  • Asaas
  • Z-API
  • LLM
  • APPMAX
  • C6
  • Auth
    • Sign-In
      POST
    • Gerar Token de Segurança
      POST
  • Customer
    • Obter todos clientes
      GET
    • Cadastrar novo cliente
      POST
  • Company
    • Get Company
      GET
  • Api
    • Obter API's
      GET
    • Cadastrar API
      POST
  • Setup
    • Criar Nova Empresa
      POST
  1. Auth

Sign-In

Em desenvolvimento
POST
/api/auth/sign-in

Requisição

Parâmetros Bodyapplication/json

Examples

Respostas

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location '/api/auth/sign-in' \
--header 'Content-Type: application/json' \
--data '{}'
Response Response Example
{}
Modificado em 2026-01-05 14:17:18
Próxima página
Gerar Token de Segurança
Built with