API v1 ReferenceLogin
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.
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?