<< Back to oGoing API Documentation

account/verify_credentials

Returns an HTTP 200 OK response code and a representation of the requesting user if authentication was successful; returns a 401 status code and an error message if not. Use this method to test if supplied user credentials are valid.

URL:

http://api.ogoing.com/account/verify_credentials

Formats:

xml

Requires Authentication

True

Parameters

  • UserName - Specifies the username of the user for whom to return the users home timeline.
  • Password - Password of user
  • PortalName - Portal name where user is registered.

Response

true/false

Usage Example

http://api.ogoing.com/account/verify_credentials?username=user110&password=user110&portalname=http://www.ogoing.com

<< Back to oGoing API Documentation