Authentication model
Partner-grade integrations can use:
X-Api-Key+X-Api-SecretAuthorization: Bearer ...
Security model
Credentials support:
- hotel allowlists
- scopes
- expiration
- revocation
- IP restrictions
- audit metadata
Operational guidance
- Store secrets in a vault
- Rotate credentials regularly
- Use one credential set per integration
- Avoid sharing a single token across environments
Idempotency
Write endpoints should use an Idempotency-Key when required by the integration contract.