# Health Yourself - API Integration ## Docs - [Get submission](https://api.idunox.com/api-reference/endpoint/get_submissions.md): Retrieve submission status and linked job summaries. - [Health check](https://api.idunox.com/api-reference/endpoint/health.md): Server liveness probe. No authentication required. - [OpenAPI specification](https://api.idunox.com/api-reference/endpoint/openapi.md): Download the machine-readable OpenAPI 3.1.0 contract for the Idunox Platform API. - [Partner auth probe](https://api.idunox.com/api-reference/endpoint/partner-auth-probe.md): Validate your API key and confirm your credentials are active. - [Get result](https://api.idunox.com/api-reference/endpoint/results.md): Retrieve a completed result with wellbeing outcomes, notices, and artifact download links. - [Create Submissions](https://api.idunox.com/api-reference/endpoint/submissions.md): Accepts de-identified payload. `partnerId` MUST equal the authenticated `PartnerCredential.id`. - [Webhook: result.ready](https://api.idunox.com/api-reference/endpoint/webhook.md): Outbound callback the platform sends to your registered HTTPS URL when a result is ready. - [Input Data Preparation Guide](https://api.idunox.com/api-reference/introduction.md): Questionnaire markers, blood markers, conditional logic, and derived markers for Health Yourself integration with the Idunox Platform. - [Overview](https://api.idunox.com/index.md) - [Outcomes model](https://api.idunox.com/platform/assessments-model.md): How Health Yourself wellbeing outcomes, scores, bands, and notices appear in GET /v1/results. - [Authentication](https://api.idunox.com/platform/authentication.md): How partners authenticate with the Idunox Platform API. - [Canonical submission JSON](https://api.idunox.com/platform/canonical-submission.md): How Health Yourself intake data maps to canonical_submission_v1 for POST /v1/submissions (baseline platform contract). - [Core Contract](https://api.idunox.com/platform/core-contract.md): The API contract Health Yourself uses to submit data and retrieve results. - [Errors](https://api.idunox.com/platform/errors.md): Standard error envelope and status codes used across all Idunox Platform endpoints. - [Glossary](https://api.idunox.com/platform/glossary.md): Alphabetical definitions for terms used in the Health Yourself API integration documentation. - [Idempotency and Retries](https://api.idunox.com/platform/idempotency-and-retries.md): How to safely retry requests and avoid duplicate submissions. - [Integration Flow](https://api.idunox.com/quickstart.md): The main implementation sequence for the Health Yourself partner integration. ## OpenAPI Specs - [openapi](https://api.idunox.com/api-reference/openapi.json) - [openapi copy](https://api.idunox.com/api-reference/openapi copy.json)