Skip to content
Luis E edited this page Mar 5, 2018 · 4 revisions

API calls

Replace API_VERSION with the preferred api version


API_VERSION/ping

Check basic functionallity
Parameter Description Example Required Type
-

Responses HTTP:200 {"message" => "Pong. API is reachable", "status" => "success"}


API_VERSION/version

Returns the api version
Parameter Description Example Required Type
-

Responses HTTP:200 {"message" => "API Version x", "status" => "success"}


API_VERSION/handshake

Shake hands with the server
Parameter Description Example Required Type
-

Responses
HTTP:200 {"message" => "Hello ..., you must be new", "status" => "success"}
HTTP:200 {"message" => "Hello ..., welcome back", "status" => "success"}

Clone this wiki locally