GuidesAPI References
GuidesAPI References
    • Authentication
      • Obtain access token
        POST
      • Generate magic link
        POST
    • Manage tests
      • Generate draft test
        POST
      • Run CCSTest
        POST
      • Get CCSTest result
        GET
    • Schemas
      • TestResponse
      • PatientReport
      • ApiResponse
    GuidesAPI References
    GuidesAPI References

    ApiResponse

    Standard API response wrapper

    {
        "success": false,
        "message": "CCS Test not found",
        "data": {}
    }
    Built with