Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{
"_links": {
"item": [
{
"href": "httphttps://wwwapi.contactsmysite.com/apiv1/contacts",
"title": "contacts"
},
{
"href": "httphttps://wwwapi.contactsmysite.com/apiv1/version",
"title": "version"
}
],
"self": {
"href": "httphttps://wwwapi.contactsmysite.com/apiv1/"
}
}
}

 

The above response is received because you have attempted to make a request without any authentication. Yet, the response does prove Either of the above responses indicates that the API entry point was reached and processed accordingly. So, if you see a response similar to this then congratulationsCongratulations! You are now ready to start building your own RESTful web services.