obeliOmed API
Public REST API for the obeliOmed ophthalmology SaaS ecosystem.
This API exposes contract endpoints consumed by:
- ObelioPortalWeb (patient portal)
- External integrations (labs, billing, FHIR)
- obeliOmed mobile clients (future)
Authentication: All endpoints require a valid FacturaScripts session token
passed as X-FS-Token header, or HTTP Basic Auth (user:token).
Multi-tenant: Every request is scoped to an idEmpresa. The token implicitly
carries company context; no additional parameter needed.
Versioning: CalVer YYMMDD.NN — breaking changes get a new path prefix (/v2/).
Authentication
- API Key: fsToken
- HTTP: Basic Auth
FacturaScripts API token (generate in Admin → Users → API)
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-FS-Token |
HTTP Basic with username:token (token same as X-FS-Token)
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | basic |
Contact obeliOmed support: soporte@obeliomed.com
License Proprietary