Skip to content

🔑 Getting Account Information with HeloRobo Service Account

⚠️ Be carefull!

This credential diffirent from your HeloRobo App Login Credentials

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..."
}

Accessing Message-Template Information via Service Account

GET

https://backend.helorobo.com/agent-app/message-template/me

Response

json
{
  "data": {
    "email": "<email>",
    "password": "<password>"
  }
}