Autenticação simples
API responsável apenas por realizar a autenticação utilizando Usuário e OTP.
Last updated
Was this helpful?
API responsável apenas por realizar a autenticação utilizando Usuário e OTP.
POST https://emissao-online.endpoint/api/just-auth
username*
String
CPF ou CNPJ do BirdID
otp*
String
OTP gerado no aplicativo BirdID
{
sessionId: "emcrypt iv",
sessionData: "encrypted token"
}Last updated
Was this helpful?
Was this helpful?