Skip to main content

Environments

Hosts by contract

ContractSandbox hostProduction host
OAuth2 / Tokenhttps://identityhomolog.acesso.iohttps://identity.acesso.io
Web & SDKhttps://api.idcloud.uat.unico.apphttps://api.idcloud.unico.app
APIhttps://api.id.uat.unico.apphttps://api.id.unico.app
Magic Link (Mexico)https://sandbox.trully.aihttps://api.trully.ai

When to use sandbox

  • Development and integration tests before production go-live.
  • Validating new flows or capabilities your tenant is being enabled for.
  • Reproducing customer-facing issues without affecting real data.
Credentials are environment-specific

Sandbox and production use different credentials (Client ID, private key, API key). Mixing credentials between environments is one of the most common causes of 401 errors. See Authentication > Common errors.

Behavior differences

The two environments share the same API contract — same endpoints, same payloads. They differ in:

AspectSandboxProduction
CredentialsSandbox-onlyProduction-only
Real biometric dataNo (test data only)Yes
Webhook deliveryReal (to your sandbox endpoint)Real
Rate limitsLowerSee Rate limits
PersistencePeriodically resetPermanent

If you use Magic Link (Mexico), allow the following origins on your webhook server's CORS:

  • Sandbox: https://verification.uat.unico.app
  • Production: https://verification.unico.app