Lab (
api-test.idunox.com): send X-Api-Key: <your-api-key> on every /v1/* request. Bearer is also accepted when calling Cloud Run URLs directly.Credentials
During onboarding, Idunox issues each partner two credentials:| Credential | Description |
|---|---|
| API Key | Secret key included in the Authorization header on every authenticated request |
| Partner ID | UUID identifying your account; included in submission request bodies as partnerId |
partner@idunox.com if you have not received your credentials.
Authorization header
Include your API key as a Bearer token on every authenticated request:Validate your credentials
Before integrating, confirm your credentials are active:204 No Content with no response body. This endpoint only validates that the API key is active and resolves to an enabled account.
Partner ID in submissions
Include yourpartnerId in the body of every POST /v1/submissions request:
partnerId in the body does not match the credentials used in the Authorization header, the request returns 403.
Account isolation
Every resource — submissions, results, artifacts — is scoped to your account. Requests for IDs that belong to another account return404, not 403, to avoid information disclosure.