Functions that will be needed to use both Cross and Spot
To test connectivity we provide the following endpoints:
Returns a greeting.
GET /hello
false
Response:
{
"hello": "world"
}
Returns the authenticated user’s account ID.
GET /authedHello
true
View Only
Response: