Quatrix APIs v1.0
Space shortcuts
Quatrix APIs v1.0 QA1
Skip to end of metadata
Go to start of metadata

This API call is used to log in. There are more than one method to login using this API call.

If user cannot log in to the account, 'account_id' equals null. And the user can only execute "user context" API actions.

Resource URL

/api/1.0/session/login

Resource Information

 

Response formatsJSON
Requires authentication?No
Rate limited?Yes
Requests / 15-min window (user auth)15
HTTP MethodGET
Response code200

 

HTTP Request format

GET /session/login
Authorization: <method> <data>
Host: <account_hostname>

Example Result

Headers

HTTP/1.1 200 OK
X-Auth-Token: <token>
 

Body

{
    "account_id": <uuid>
}
  • No labels
Write a comment…
Quatrix APIs v1.0 QA1