Quickstart Setup
To begin using AcuView, your integration must be able to make HTTPS requests and send
and receive JSON payloads with the Content-Type: application/jsonheader.
For core functionality, AcuView also uses a custom header named X-Timezone,
which must be set to a valid IANA time zone identifier such as
America/Los_Angeles. This time zone header allows AcuView to interpret
and present time-sensitive activity, history, and period-based analytics consistently across
regions.
All requests are sent to the production host
https://api.acuview.com/v1/. The token returned by POST
/api/Authentication/login expires after 60 minutes, so your integration
should be prepared to re-authenticate if the token is missing, expired, or invalid. When
token validation fails, AcuView returns an authorization error and the request must not
proceed until a new token is obtained.
AcuView uses a structured error response pattern based on a ProblemDetails JSON
schema, which includes fields such as type, title,
status, detail, and instance.
This schema allows your system to handle errors consistently across endpoints and to
capture enough context for troubleshooting and support requests.
