POST v1/debug/AuthenticatedPing
Returns true, authentication required
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
booleanResponse Codes
- 200 OK: API is online and you're properly authenticated.
- 401 Unauthorized:
Response Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>