Difference between revisions of "API Method PingWithAccountAuth"

From Updox API
Jump to: navigation, search
(Init)
 
m (Adds fields.)
 
Line 1: Line 1:
 
Ping the server for a response with application and account level authentication. This method verifies that only the <code>applicationId</code>, <code>applicationPassword</code>, and <code>accountId</code> are valid.  
 
Ping the server for a response with application and account level authentication. This method verifies that only the <code>applicationId</code>, <code>applicationPassword</code>, and <code>accountId</code> are valid.  
 
    
 
    
 +
== Fields ==
 +
There are no input fields for this method. 
 +
 
== Sample Request and Response ==
 
== Sample Request and Response ==
  

Latest revision as of 12:12, 11 November 2013

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

Contents

Fields

There are no input fields for this method.

Sample Request and Response

Request

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

Response

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

Error Codes

This API method will only return the General Error Set.