# OYOD Home APIs

These set of APIs are available to any oyod-app that has an access token. The context each endpoint has access to is:

- `req.user` – The user that authorized the access token.
- `req.authInfo.client` - The OAuth client that represents the oyod-app.
- `req.authInof.scope` - An array of scopes authenticated for this request.
