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

Basic HTTP Authentication Scheme is defined in http://tools.ietf.org/html/rfc2617. Quatrix API uses the same credentials format omitting challenge.

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: Basic base64(<login>:<password>)
Host: <host>

Example Request 

GET /session/login
Authorization: Basic dXNlckBleGFtcGxlLmNvbTpwYXNzd29yZA==\n
Host: ibm.quatrix.it
  • No labels
Write a comment…
Quatrix APIs v1.0 QA1