1. Auth
  • Overview
  • Raiz
    • Auth
      • Token
        POST
  1. Auth

Token

POST
/auth

Requisição

Authorization
Adicionar parâmetro em header
Exemplo:
X-Token: ********************
Parâmetros Header

Respostas

🟢200
OK
Esta resposta não possui corpo.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.bigools.com.br/auth' \
--header 'tenant_id: 338ab66e-1abb-4a73-97bf-0c44a892d979' \
--header 'client_id: a29aa677-32cd-41e8-bfc0-817274ebf9f0' \
--header 'client_secret: cce277f9f5ab45859d2d1beea99f26b7890ba0b6674f4160990fa4ab6d2ecde5' \
--header 'Authorization: <api-key>'
Modificado em 2026-03-04 03:14:51
Página anterior
Overview
Built with