Trocar SMSGo-key por token Bearer
Recebe a chave permanente no header SMSGo-key e retorna um token Bearer válido por 48h.
Requisição
Adicionar parâmetro em header SMSGo-key
Exemplo:SMSGo-key: ********************
or
Códigos de solicitação
curl --location '/v1/auth/token' \
--header 'SMSGo-key: <api-key>'
Respostas
{
"token": "oat_MTI.abc123...",
"mode": "live"
}
Modificado em 2026-07-01 17:10:11