Introduction
Resource planning and capacity management API
Authenticate by sending `Authorization: Bearer {access_token}` on protected endpoints.
Access tokens are valid for 60 minutes. Use `/api/auth/refresh` with your refresh token to obtain a new access token and refresh token pair.
Authenticating requests
To authenticate requests, include an Authorization header with the value "Bearer Bearer {token}".
All authenticated endpoints are marked with a requires authentication badge in the documentation below.
Get tokens from POST /api/auth/login, send access token as Bearer {token}, and renew with POST /api/auth/refresh before access token expiry.