API Method PingWithApplicationAuth

From Updox API
Revision as of 12:05, 11 November 2013 by Rhanlon (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Ping the server for a response with application level authentication. This method verifies that only the applicationId and applicationPassword are valid.

Contents

Sample Request and Response

Request

{
    "auth": {
        "applicationId": "updox",
        "applicationPassword": "1234567890"
    }
}

Response

{
    "successful": true,
    "responseMessage": "OK",
    "responseCode": 2000
}

Error Codes

This API method will only return the General Error Set.