Skip to content

🔑 Getting Token with HeloRobo Service Account

⚠️ Be carefull!

Please first obtain a Service Account Key from the HeloRobo Panel. You can access it via Application Settings > Service Accounts.

Logging in with a Service Account

POST

https://backend.helorobo.com/agent-app/auth/service-account/login

json
{
  "key": "<SERVICE_ACCOUNT_KEY>"
}

Response

json
{
  "token": "eyJhbGci..."
}