Company logoTrust Center Documentation

API login disabled

Password-based API login is disabled and does not issue bearer tokens. Browser users should sign in through the Admin Center login page. API clients should…

Password-based API login is disabled and does not issue bearer tokens. Browser users should sign in through the Admin Center login page. API clients should use API keys generated from the Integrations page.

POST
/api/v1/login

Response Body

application/json

application/json

application/json

curl -X POST "https://app.orbiqhq.com/api/v1/login"
{
  "error": "Forbidden"
}
{
  "error": "Method not allowed"
}
{
  "error": "Too many login attempts. Please try again later."
}

How is this guide?