Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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}
  • No labels