User Status Message
This request returns the status message of the user.
Resource
GET /me/message
Parameters
None
Payload
None
Response
Object Response < string >
Context
Authorization |
User |
Example
Request
GET https://xelion.nl/api/v1/master/me/message
Response
{
"object": "it does not matter how slowly you go as long as you do not stop",
"links": [
{
"rel": "self",
"href": "http://www.xelion.nl/api/v1/master/me/message",
"method": "GET"
},
{
"rel": "set",
"href": "http://www.xelion.nl/api/v1/master/me/message",
"method": "PUT"
}
]
}