Quickstart Setup

To begin using AcuCheck, your integration must be able to make HTTPS requests and exchange JSON payloads using the Content-Type: application/json header. All secured operations require authentication and are performed within an authenticated session.

API requests are sent to the AcuCheck service endpoints. Access tokens issued during authentication must be included with all subsequent secured requests. If a token is missing, expired, or invalid, the request is rejected and must be retried after re-authentication.

AcuCheck returns structured error responses when requests fail validation or authorization. These responses provide sufficient context to support troubleshooting, retry logic, or corrective action during integration.