Session Authentication
Using the session
Once you have logged in, to use your session token to authenticate with any action, supply it in a request header Authorization with a value of Bearer {token}, as seen here.
(There is not really anything at /v1/example1; this section only demonstrates how generally to use Session Bearer Token Authentication.)
get/v1/example1
Headers
Authorizationstring required
Bearer encoding of the credentials
Response
OK
Example response
{
"success": true
}