Authenticate
Authenticate
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
HTTP/1.1 200 OK
X-RateLimit-Limit: 15
X-RateLimit-Remaining: 14
X-RateLimit-Reset: 1519442100
Content-Length: 90
Content-Type: application/json
{"login":"57b264aa1b794ff89d4effaafdf5e4b0","password":"25d421b1ee6c44daa2d34808e9466f5c"}HTTP/1.1 200 OK
X-RateLimit-Limit: 15
X-RateLimit-Remaining: 14
X-RateLimit-Reset: 1519442100
Content-Length: 140
Content-Type: application/xml
<?xml version="1.0"?>
<result>
<login>57b264aa1b794ff89d4effaafdf5e4b0</login>
<password>25d421b1ee6c44daa2d34808e9466f5c</password>
</result>{ "error": "Invalid tool parameter. Allowed values: dev, fuse, insight and fuseplus." }<?xml version="1.0"?>
<result>
<error>Invalid tool parameter. Allowed values: dev, fuse, insight and fuseplus.</error>
</result>Possible Response Codes
Sample Code
Last updated