Using Tokens

Once a token has been obtained from either the Internal or External authentication sources, it can be used to authenticate requests on behalf of a user.

This token is passed in the HTTP Authorization header as a bearer token. For example:

GET https://api.milkbooks.com/... HTTP/1.1
Content-Type: application/json
Accept: application/json
Authorization: Bearer {Token}