Skip to content
Jeffrey Leung edited this page Sep 25, 2016 · 8 revisions

Use the sidebar on the right to navigate the sections of the API documentation.

You can bring up the server on your local machine or use the newest stable version of the server at Heroku.

Error Messages

An error response will have a response body similar to this:

{  
	"timestamp" : 1467823619265,
	"status" : 404,
	"error" : "Not Found",
	"exception" : "com.pm.server.exceptionhttp.NotFoundException",
	"message" : "No ghost with id 12345.",
	"path" : "/ghost/12345/location"
}