Ping the API using credentials as a test. Returns an int of 1 on success.

Endpoint:

GET v1/ping

URI Parameters

None.

Body Parameters

None.

Response Information

integer

Response Examples

application/json, text/json, text/javascript :

1

application/xml, text/xml :

<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>