email
password
More API calls and documentation coming soon! Be sure to check back regularly.

service_details

Returns information regarding a single service or (if the service parameter is omitted) all supported services.

DandyID integrates with numerous services, this function give you access to the important pieces of information needed to integrate with these services.

Request URL: GET

http://www.dandyId.org/api/service_details/{api_key}/{svcId}


GET Request parameters


Parameter Type Description
api_key string (required) Your api key
svcId string (optional) Id of the service on dandyId (one word all lowercase).


Values Returned as XML


Parameter Type Description
svcId string Id of the service on dandyId (one word all lowercase).
svcName string Displayable name of the service, (use this to output to users, not svcId).
svcURL string Url to the user's public profile on the corresponding service.
svcLeftURL string User profile URL before the user's identifier.
svcRightURL string User profile URL after the user's identifier.
svcMobileURL string Mobile URL of the service.
svcIphoneURL string iPhone specific URL of the service.
svcFavicon string Location of favicon for service (hosted by DandyID).
svcIcon string Location of iPhone sized service icon (hosted by DandyID).
svcIphoneIcon string Location of iPhone ready icon for service (hosted by DandyID).


Sample Response

The following is a sample response: