Example – Info
- GET /api/v2/info
- Returns basic info about the API. Useful for testing if the client is establishing a session and reaching the API.
{
"meta": {
"version": "v3.0.2.6",
"url": "http://example.org/api/v2/info"
},
"jsonapi": {
"version"=>1.0
}
}