Authentication
Most Rev API calls require authorization. With each call requiring this, you will use an Authorization header parameter that contains a key value in this format: VBrick <auth token> where the auth token is obtained during authentication.
Authentication Endpoints
| Method | Description | |
| POST | /api/v2/authenticate | User API Key Login |
| POST | /api/v2/user/login | Login with a Username |
| POST | /api/v2/user/logoff/ | Logoff a Username |
| POST | /api/v2/user/extend-session-timeout | Extend Session Timeout |
OAuth Endpoints
| Method | Description | |
| GET | /oauth/authorization | OAuth Authorization |
| POST | /oauth/token | OAuth Access Token Request |